Html Css Color HEX #E7D12F Golden Dream

📋 copy color: '#E7D12F'

red 231 ◦ green 209 ◦ blue 47

#E7D12F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Dream #E7D12F

Tints of Golden Dream #E7D12F

RGB

 RED value IS 231 (90.63% from 255) = 47.43%

 GREEN value IS 209 (82.03% from 255) = 42.92%

 BLUE value IS 47 (18.75% from 255) = 9.65%

R = 47.43%
G = 42.92%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.09

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E7D12F (or 0xE7D12F) is known color: Golden Dream. HEX triplet: E7, D1 and 2F. RGB value is (231,209,47). Sum of RGB (Red+Green+Blue) = 231+209+47=487 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.43% from 487); Green value is 209 (82.03% from 255 or 42.92% from 487); Blue value is 47 (18.75% from 255 or 9.65% from 487); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D12F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7D12F is #182ED0. Grayscale: #C5C5C5. Windows color (decimal): -1584849 or 3133927. OLE color: 3133927.

HSL color Cylindrical-coordinate representation of color #E7D12F: hue angle of 52.83º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E7D12F is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 209 47 -
CMYK 0 0.10 0.80 0.09
HSL 52.83º 0.79% 0.55% -
HSV(B) 52.83º 0.8% 0.91% -
XYZ 56.27 62.8 11.84 -
YUV 197.11 43.29 152.17 -
System Red Green Blue C M Y K H S L
Decimal 231 209 47 0 0.10 0.80 0.09 52.83 0.79 0.55
Hex E7 D1 2F 0 A 50 9 35 4F 37
Octal 347 321 57 0 12 120 11 65 117 67
Binary 11100111 11010001 101111 0 1010 1010000 1001 110101 1001111 110111

Color Harmonies of #E7D12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D12F

Black with #E7D12F

Text Example


Text Example

White with #E7D12F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D12F; }

 p { color: rgb(231,209,47); }

 H1.HeaderClassName
 {
   color: #E7D12F;
 }
 .AnyTagClassName
 {
   color: #E7D12F;
 }
</style>

background-color css

<style>
 a { background-color: #E7D12F; }

 a { background-color: rgb(231,209,47); }

 div.DivClassName
 {
   background-color: #E7D12F;
 }
 .BgClassName
 {
   background-color: #E7D12F;
 }
</style>

border-color css

<style>
 span { border-color: #E7D12F; }

 span { border-color: rgb(231,209,47); }

 td.TdClassName
 {
   border-color: #E7D12F;
 }
 .TagClassName
 {
   border-color: #E7D12F;
 }
</style>