Html Css Color HEX #ECCE2E Golden Dream

📋 copy color: '#ECCE2E'

red 236 ◦ green 206 ◦ blue 46

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

Shades of Golden Dream #ECCE2E

Tints of Golden Dream #ECCE2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.43%

R = 48.36%
G = 42.21%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ECCE2E (or 0xECCE2E) is known color: Golden Dream. HEX triplet: EC, CE and 2E. RGB value is (236,206,46). Sum of RGB (Red+Green+Blue) = 236+206+46=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 46 (18.36% from 255 or 9.43% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCE2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECCE2E is #1331D1. Grayscale: #C5C5C5. Windows color (decimal): -1257938 or 3067628. OLE color: 3067628.

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

Color convert

RGB 236 206 46 -
CMYK 0 0.13 0.81 0.07
HSL 50.53º 0.83% 0.55% -
HSV(B) 50.53º 0.81% 0.93% -
XYZ 57.16 62.17 11.57 -
YUV 196.73 42.94 156.01 -
System Red Green Blue C M Y K H S L
Decimal 236 206 46 0 0.13 0.81 0.07 50.53 0.83 0.55
Hex EC CE 2E 0 D 51 7 33 53 37
Octal 354 316 56 0 15 121 7 63 123 67
Binary 11101100 11001110 101110 0 1101 1010001 111 110011 1010011 110111

Color Harmonies of #ECCE2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCE2E

Black with #ECCE2E

Text Example


Text Example

White with #ECCE2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCE2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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