Html Css Color HEX #EDCC37 Golden Dream

📋 copy color: '#EDCC37'

red 237 ◦ green 204 ◦ blue 55

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

Shades of Golden Dream #EDCC37

Tints of Golden Dream #EDCC37

RGB

 RED value IS 237 (92.97% from 255) = 47.78%

 GREEN value IS 204 (80.08% from 255) = 41.13%

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

R = 47.78%
G = 41.13%
B = 11.09%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EDCC37 (or 0xEDCC37) is known color: Golden Dream. HEX triplet: ED, CC and 37. RGB value is (237,204,55). Sum of RGB (Red+Green+Blue) = 237+204+55=496 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.78% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 55 (21.88% from 255 or 11.09% from 496); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC37 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCC37 is #1233C8. Grayscale: #C5C5C5. Windows color (decimal): -1192905 or 3656941. OLE color: 3656941.

HSL color Cylindrical-coordinate representation of color #EDCC37: hue angle of 49.12º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EDCC37 is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 204 55 -
CMYK 0 0.14 0.77 0.07
HSL 49.12º 0.83% 0.57% -
HSV(B) 49.12º 0.77% 0.93% -
XYZ 57.21 61.47 12.46 -
YUV 196.88 47.93 156.62 -
System Red Green Blue C M Y K H S L
Decimal 237 204 55 0 0.14 0.77 0.07 49.12 0.83 0.57
Hex ED CC 37 0 E 4D 7 31 53 39
Octal 355 314 67 0 16 115 7 61 123 71
Binary 11101101 11001100 110111 0 1110 1001101 111 110001 1010011 111001

Color Harmonies of #EDCC37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCC37

Black with #EDCC37

Text Example


Text Example

White with #EDCC37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCC37; }

 p { color: rgb(237,204,55); }

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

background-color css

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

 a { background-color: rgb(237,204,55); }

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

border-color css

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

 span { border-color: rgb(237,204,55); }

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