Html Css Color HEX #ECCE35 Golden Dream

📋 copy color: '#ECCE35'

red 236 ◦ green 206 ◦ blue 53

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

Shades of Golden Dream #ECCE35

Tints of Golden Dream #ECCE35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 10.71%

R = 47.68%
G = 41.62%
B = 10.71%

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

#ECCE35 (or 0xECCE35) is known color: Golden Dream. HEX triplet: EC, CE and 35. RGB value is (236,206,53). Sum of RGB (Red+Green+Blue) = 236+206+53=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 206 (80.86% from 255 or 41.62% from 495); Blue value is 53 (21.09% from 255 or 10.71% from 495); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCE35 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCE35 is #1331CA. Grayscale: #C6C6C6. Windows color (decimal): -1257931 or 3526380. OLE color: 3526380.

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

Color convert

RGB 236 206 53 -
CMYK 0 0.13 0.78 0.07
HSL 50.16º 0.83% 0.57% -
HSV(B) 50.16º 0.78% 0.93% -
XYZ 57.31 62.23 12.36 -
YUV 197.53 46.44 155.44 -
System Red Green Blue C M Y K H S L
Decimal 236 206 53 0 0.13 0.78 0.07 50.16 0.83 0.57
Hex EC CE 35 0 D 4E 7 32 53 39
Octal 354 316 65 0 15 116 7 62 123 71
Binary 11101100 11001110 110101 0 1101 1001110 111 110010 1010011 111001

Color Harmonies of #ECCE35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCE35

Black with #ECCE35

Text Example


Text Example

White with #ECCE35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCE35; }

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

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

background-color css

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

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

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

border-color css

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

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

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