Html Css Color HEX #ECCE32 Golden Dream

📋 copy color: '#ECCE32'

red 236 ◦ green 206 ◦ blue 50

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

Shades of Golden Dream #ECCE32

Tints of Golden Dream #ECCE32

RGB

 RED value IS 236 (92.58% from 255) = 47.97%

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

 BLUE value IS 50 (19.92% from 255) = 10.16%

R = 47.97%
G = 41.87%
B = 10.16%

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

#ECCE32 (or 0xECCE32) is known color: Golden Dream. HEX triplet: EC, CE and 32. RGB value is (236,206,50). Sum of RGB (Red+Green+Blue) = 236+206+50=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 206 (80.86% from 255 or 41.87% from 492); Blue value is 50 (19.92% from 255 or 10.16% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCE32 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCE32 is #1331CD. Grayscale: #C5C5C5. Windows color (decimal): -1257934 or 3329772. OLE color: 3329772.

HSL color Cylindrical-coordinate representation of color #ECCE32: hue angle of 50.32º degrees, saturation: 0.83, 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 #ECCE32 is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 206 50 -
CMYK 0 0.13 0.79 0.07
HSL 50.32º 0.83% 0.56% -
HSV(B) 50.32º 0.79% 0.93% -
XYZ 57.24 62.21 12.01 -
YUV 197.19 44.94 155.68 -
System Red Green Blue C M Y K H S L
Decimal 236 206 50 0 0.13 0.79 0.07 50.32 0.83 0.56
Hex EC CE 32 0 D 4F 7 32 53 38
Octal 354 316 62 0 15 117 7 62 123 70
Binary 11101100 11001110 110010 0 1101 1001111 111 110010 1010011 111000

Color Harmonies of #ECCE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCE32

Black with #ECCE32

Text Example


Text Example

White with #ECCE32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCE32; }

 p { color: rgb(236,206,50); }

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

background-color css

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

 a { background-color: rgb(236,206,50); }

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

border-color css

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

 span { border-color: rgb(236,206,50); }

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