Html Css Color HEX #EDCE39 Golden Dream

📋 copy color: '#EDCE39'

red 237 ◦ green 206 ◦ blue 57

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

Shades of Golden Dream #EDCE39

Tints of Golden Dream #EDCE39

RGB

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

 GREEN value IS 206 (80.86% from 255) = 41.2%

 BLUE value IS 57 (22.66% from 255) = 11.4%

R = 47.4%
G = 41.2%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EDCE39 (or 0xEDCE39) is known color: Golden Dream. HEX triplet: ED, CE and 39. RGB value is (237,206,57). Sum of RGB (Red+Green+Blue) = 237+206+57=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 57 (22.66% from 255 or 11.4% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE39 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCE39 is #1231C6. Grayscale: #C6C6C6. Windows color (decimal): -1192391 or 3788525. OLE color: 3788525.

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

Color convert

RGB 237 206 57 -
CMYK 0 0.13 0.76 0.07
HSL 49.67º 0.83% 0.58% -
HSV(B) 49.67º 0.76% 0.93% -
XYZ 57.73 62.44 12.88 -
YUV 198.28 48.27 155.62 -
System Red Green Blue C M Y K H S L
Decimal 237 206 57 0 0.13 0.76 0.07 49.67 0.83 0.58
Hex ED CE 39 0 D 4C 7 32 53 3A
Octal 355 316 71 0 15 114 7 62 123 72
Binary 11101101 11001110 111001 0 1101 1001100 111 110010 1010011 111010

Color Harmonies of #EDCE39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCE39

Black with #EDCE39

Text Example


Text Example

White with #EDCE39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCE39; }

 p { color: rgb(237,206,57); }

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

background-color css

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

 a { background-color: rgb(237,206,57); }

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

border-color css

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

 span { border-color: rgb(237,206,57); }

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