Html Css Color HEX #EACD37 Golden Dream

📋 copy color: '#EACD37'

red 234 ◦ green 205 ◦ blue 55

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

Shades of Golden Dream #EACD37

Tints of Golden Dream #EACD37

RGB

 RED value IS 234 (91.8% from 255) = 47.37%

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

 BLUE value IS 55 (21.88% from 255) = 11.13%

R = 47.37%
G = 41.5%
B = 11.13%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#EACD37 (or 0xEACD37) is known color: Golden Dream. HEX triplet: EA, CD and 37. RGB value is (234,205,55). Sum of RGB (Red+Green+Blue) = 234+205+55=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 205 (80.47% from 255 or 41.50% from 494); Blue value is 55 (21.88% from 255 or 11.13% from 494); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EACD37 is #1532C8. Grayscale: #C5C5C5. Windows color (decimal): -1389257 or 3657194. OLE color: 3657194.

HSL color Cylindrical-coordinate representation of color #EACD37: hue angle of 50.28º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EACD37 is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 205 55 -
CMYK 0 0.12 0.76 0.08
HSL 50.28º 0.81% 0.57% -
HSV(B) 50.28º 0.76% 0.92% -
XYZ 56.45 61.43 12.5 -
YUV 196.57 48.11 154.7 -
System Red Green Blue C M Y K H S L
Decimal 234 205 55 0 0.12 0.76 0.08 50.28 0.81 0.57
Hex EA CD 37 0 C 4C 8 32 51 39
Octal 352 315 67 0 14 114 10 62 121 71
Binary 11101010 11001101 110111 0 1100 1001100 1000 110010 1010001 111001

Color Harmonies of #EACD37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACD37

Black with #EACD37

Text Example


Text Example

White with #EACD37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACD37; }

 p { color: rgb(234,205,55); }

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

background-color css

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

 a { background-color: rgb(234,205,55); }

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

border-color css

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

 span { border-color: rgb(234,205,55); }

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