Html Css Color HEX #ECCE2F Golden Dream

📋 copy color: '#ECCE2F'

red 236 ◦ green 206 ◦ blue 47

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

Shades of Golden Dream #ECCE2F

Tints of Golden Dream #ECCE2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.61%

R = 48.26%
G = 42.13%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#ECCE2F (or 0xECCE2F) is known color: Golden Dream. HEX triplet: EC, CE and 2F. RGB value is (236,206,47). Sum of RGB (Red+Green+Blue) = 236+206+47=489 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.26% from 489); Green value is 206 (80.86% from 255 or 42.13% from 489); Blue value is 47 (18.75% from 255 or 9.61% from 489); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCE2F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCE2F is #1331D0. Grayscale: #C5C5C5. Windows color (decimal): -1257937 or 3133164. OLE color: 3133164.

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

Color convert

RGB 236 206 47 -
CMYK 0 0.13 0.80 0.07
HSL 50.48º 0.83% 0.55% -
HSV(B) 50.48º 0.8% 0.93% -
XYZ 57.18 62.18 11.68 -
YUV 196.84 43.44 155.93 -
System Red Green Blue C M Y K H S L
Decimal 236 206 47 0 0.13 0.80 0.07 50.48 0.83 0.55
Hex EC CE 2F 0 D 50 7 32 53 37
Octal 354 316 57 0 15 120 7 62 123 67
Binary 11101100 11001110 101111 0 1101 1010000 111 110010 1010011 110111

Color Harmonies of #ECCE2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCE2F

Black with #ECCE2F

Text Example


Text Example

White with #ECCE2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCE2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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