Html Css Color HEX #E5CD2F Golden Dream

📋 copy color: '#E5CD2F'

red 229 ◦ green 205 ◦ blue 47

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

Shades of Golden Dream #E5CD2F

Tints of Golden Dream #E5CD2F

RGB

 RED value IS 229 (89.84% from 255) = 47.61%

 GREEN value IS 205 (80.47% from 255) = 42.62%

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

R = 47.61%
G = 42.62%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E5CD2F (or 0xE5CD2F) is known color: Golden Dream. HEX triplet: E5, CD and 2F. RGB value is (229,205,47). Sum of RGB (Red+Green+Blue) = 229+205+47=481 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.61% from 481); Green value is 205 (80.47% from 255 or 42.62% from 481); Blue value is 47 (18.75% from 255 or 9.77% from 481); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CD2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5CD2F is #1A32D0. Grayscale: #C2C2C2. Windows color (decimal): -1716945 or 3132901. OLE color: 3132901.

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

Color convert

RGB 229 205 47 -
CMYK 0 0.10 0.79 0.10
HSL 52.09º 0.78% 0.54% -
HSV(B) 52.09º 0.79% 0.9% -
XYZ 54.66 60.53 11.49 -
YUV 194.16 44.95 152.85 -
System Red Green Blue C M Y K H S L
Decimal 229 205 47 0 0.10 0.79 0.10 52.09 0.78 0.54
Hex E5 CD 2F 0 A 4F A 34 4E 36
Octal 345 315 57 0 12 117 12 64 116 66
Binary 11100101 11001101 101111 0 1010 1001111 1010 110100 1001110 110110

Color Harmonies of #E5CD2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CD2F

Black with #E5CD2F

Text Example


Text Example

White with #E5CD2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CD2F; }

 p { color: rgb(229,205,47); }

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

background-color css

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

 a { background-color: rgb(229,205,47); }

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

border-color css

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

 span { border-color: rgb(229,205,47); }

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