Html Css Color HEX #E5CD2D Golden Dream

📋 copy color: '#E5CD2D'

red 229 ◦ green 205 ◦ blue 45

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

Shades of Golden Dream #E5CD2D

Tints of Golden Dream #E5CD2D

RGB

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

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

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

R = 47.81%
G = 42.8%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E5CD2D (or 0xE5CD2D) is known color: Golden Dream. HEX triplet: E5, CD and 2D. RGB value is (229,205,45). Sum of RGB (Red+Green+Blue) = 229+205+45=479 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.81% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 45 (17.97% from 255 or 9.39% from 479); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CD2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5CD2D is #1A32D2. Grayscale: #C2C2C2. Windows color (decimal): -1716947 or 3001829. OLE color: 3001829.

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

Color convert

RGB 229 205 45 -
CMYK 0 0.10 0.80 0.10
HSL 52.17º 0.78% 0.54% -
HSV(B) 52.17º 0.8% 0.9% -
XYZ 54.62 60.51 11.28 -
YUV 193.94 43.95 153.01 -
System Red Green Blue C M Y K H S L
Decimal 229 205 45 0 0.10 0.80 0.10 52.17 0.78 0.54
Hex E5 CD 2D 0 A 50 A 34 4E 36
Octal 345 315 55 0 12 120 12 64 116 66
Binary 11100101 11001101 101101 0 1010 1010000 1010 110100 1001110 110110

Color Harmonies of #E5CD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CD2D

Black with #E5CD2D

Text Example


Text Example

White with #E5CD2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CD2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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