Html Css Color HEX #EDCE31 Golden Dream

📋 copy color: '#EDCE31'

red 237 ◦ green 206 ◦ blue 49

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

Shades of Golden Dream #EDCE31

Tints of Golden Dream #EDCE31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 9.96%

R = 48.17%
G = 41.87%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EDCE31 (or 0xEDCE31) is known color: Golden Dream. HEX triplet: ED, CE and 31. RGB value is (237,206,49). Sum of RGB (Red+Green+Blue) = 237+206+49=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 206 (80.86% from 255 or 41.87% from 492); Blue value is 49 (19.53% from 255 or 9.96% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE31 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCE31 is #1231CE. Grayscale: #C6C6C6. Windows color (decimal): -1192399 or 3264237. OLE color: 3264237.

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

Color convert

RGB 237 206 49 -
CMYK 0 0.13 0.79 0.07
HSL 50.11º 0.84% 0.56% -
HSV(B) 50.11º 0.79% 0.93% -
XYZ 57.55 62.37 11.91 -
YUV 197.37 44.27 156.27 -
System Red Green Blue C M Y K H S L
Decimal 237 206 49 0 0.13 0.79 0.07 50.11 0.84 0.56
Hex ED CE 31 0 D 4F 7 32 54 38
Octal 355 316 61 0 15 117 7 62 124 70
Binary 11101101 11001110 110001 0 1101 1001111 111 110010 1010100 111000

Color Harmonies of #EDCE31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCE31

Black with #EDCE31

Text Example


Text Example

White with #EDCE31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCE31; }

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

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

background-color css

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

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

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

border-color css

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

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

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