Html Css Color HEX #EDCE33 Golden Dream

📋 copy color: '#EDCE33'

red 237 ◦ green 206 ◦ blue 51

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

Shades of Golden Dream #EDCE33

Tints of Golden Dream #EDCE33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 10.32%

R = 47.98%
G = 41.7%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EDCE33 (or 0xEDCE33) is known color: Golden Dream. HEX triplet: ED, CE and 33. RGB value is (237,206,51). Sum of RGB (Red+Green+Blue) = 237+206+51=494 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.98% from 494); Green value is 206 (80.86% from 255 or 41.70% from 494); Blue value is 51 (20.31% from 255 or 10.32% from 494); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCE33 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDCE33 is #1231CC. Grayscale: #C6C6C6. Windows color (decimal): -1192397 or 3395309. OLE color: 3395309.

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

Color convert

RGB 237 206 51 -
CMYK 0 0.13 0.78 0.07
HSL 50º 0.84% 0.56% -
HSV(B) 50º 0.78% 0.93% -
XYZ 57.59 62.39 12.14 -
YUV 197.6 45.27 156.1 -
System Red Green Blue C M Y K H S L
Decimal 237 206 51 0 0.13 0.78 0.07 50 0.84 0.56
Hex ED CE 33 0 D 4E 7 32 54 38
Octal 355 316 63 0 15 116 7 62 124 70
Binary 11101101 11001110 110011 0 1101 1001110 111 110010 1010100 111000

Color Harmonies of #EDCE33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCE33

Black with #EDCE33

Text Example


Text Example

White with #EDCE33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCE33; }

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

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

background-color css

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

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

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

border-color css

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

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

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