Html Css Color HEX #E7D12D Golden Dream

📋 copy color: '#E7D12D'

red 231 ◦ green 209 ◦ blue 45

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

Shades of Golden Dream #E7D12D

Tints of Golden Dream #E7D12D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.28%

R = 47.63%
G = 43.09%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E7D12D (or 0xE7D12D) is known color: Golden Dream. HEX triplet: E7, D1 and 2D. RGB value is (231,209,45). Sum of RGB (Red+Green+Blue) = 231+209+45=485 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.63% from 485); Green value is 209 (82.03% from 255 or 43.09% from 485); Blue value is 45 (17.97% from 255 or 9.28% from 485); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D12D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7D12D is #182ED2. Grayscale: #C5C5C5. Windows color (decimal): -1584851 or 3002855. OLE color: 3002855.

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

Color convert

RGB 231 209 45 -
CMYK 0 0.10 0.81 0.09
HSL 52.9º 0.79% 0.54% -
HSV(B) 52.9º 0.81% 0.91% -
XYZ 56.23 62.78 11.64 -
YUV 196.88 42.29 152.34 -
System Red Green Blue C M Y K H S L
Decimal 231 209 45 0 0.10 0.81 0.09 52.9 0.79 0.54
Hex E7 D1 2D 0 A 51 9 35 4F 36
Octal 347 321 55 0 12 121 11 65 117 66
Binary 11100111 11010001 101101 0 1010 1010001 1001 110101 1001111 110110

Color Harmonies of #E7D12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D12D

Black with #E7D12D

Text Example


Text Example

White with #E7D12D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D12D; }

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

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

background-color css

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

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

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

border-color css

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

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

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