Html Css Color HEX #ECCE2B Golden Dream

📋 copy color: '#ECCE2B'

red 236 ◦ green 206 ◦ blue 43

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

Shades of Golden Dream #ECCE2B

Tints of Golden Dream #ECCE2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 8.87%

R = 48.66%
G = 42.47%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#ECCE2B (or 0xECCE2B) is known color: Golden Dream. HEX triplet: EC, CE and 2B. RGB value is (236,206,43). Sum of RGB (Red+Green+Blue) = 236+206+43=485 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.66% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 43 (17.19% from 255 or 8.87% from 485); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCE2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCE2B is #1331D4. Grayscale: #C5C5C5. Windows color (decimal): -1257941 or 2871020. OLE color: 2871020.

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

Color convert

RGB 236 206 43 -
CMYK 0 0.13 0.82 0.07
HSL 50.67º 0.84% 0.55% -
HSV(B) 50.67º 0.82% 0.93% -
XYZ 57.1 62.15 11.27 -
YUV 196.39 41.44 156.25 -
System Red Green Blue C M Y K H S L
Decimal 236 206 43 0 0.13 0.82 0.07 50.67 0.84 0.55
Hex EC CE 2B 0 D 52 7 33 54 37
Octal 354 316 53 0 15 122 7 63 124 67
Binary 11101100 11001110 101011 0 1101 1010010 111 110011 1010100 110111

Color Harmonies of #ECCE2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCE2B

Black with #ECCE2B

Text Example


Text Example

White with #ECCE2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCE2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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