Html Css Color HEX #EDCC36 Golden Dream

📋 copy color: '#EDCC36'

red 237 ◦ green 204 ◦ blue 54

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

Shades of Golden Dream #EDCC36

Tints of Golden Dream #EDCC36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 10.91%

R = 47.88%
G = 41.21%
B = 10.91%

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

#EDCC36 (or 0xEDCC36) is known color: Golden Dream. HEX triplet: ED, CC and 36. RGB value is (237,204,54). Sum of RGB (Red+Green+Blue) = 237+204+54=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 204 (80.08% from 255 or 41.21% from 495); Blue value is 54 (21.48% from 255 or 10.91% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCC36 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCC36 is #1233C9. Grayscale: #C5C5C5. Windows color (decimal): -1192906 or 3591405. OLE color: 3591405.

HSL color Cylindrical-coordinate representation of color #EDCC36: hue angle of 49.18º degrees, saturation: 0.84, 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 #EDCC36 is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 204 54 -
CMYK 0 0.14 0.77 0.07
HSL 49.18º 0.84% 0.57% -
HSV(B) 49.18º 0.77% 0.93% -
XYZ 57.18 61.46 12.34 -
YUV 196.77 47.43 156.7 -
System Red Green Blue C M Y K H S L
Decimal 237 204 54 0 0.14 0.77 0.07 49.18 0.84 0.57
Hex ED CC 36 0 E 4D 7 31 54 39
Octal 355 314 66 0 16 115 7 61 124 71
Binary 11101101 11001100 110110 0 1110 1001101 111 110001 1010100 111001

Color Harmonies of #EDCC36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCC36

Black with #EDCC36

Text Example


Text Example

White with #EDCC36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCC36; }

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

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

background-color css

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

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

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

border-color css

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

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

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