Html Css Color HEX #ECE506 Lemon

📋 copy color: '#ECE506'

red 236 ◦ green 229 ◦ blue 6

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

Shades of Lemon #ECE506

Tints of Lemon #ECE506

RGB

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

 GREEN value IS 229 (89.84% from 255) = 48.62%

 BLUE value IS 6 (2.73% from 255) = 1.27%

R = 50.11%
G = 48.62%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#ECE506 (or 0xECE506) is known color: Lemon. HEX triplet: EC, E5 and 06. RGB value is (236,229,6). Sum of RGB (Red+Green+Blue) = 236+229+6=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 229 (89.84% from 255 or 48.62% from 471); Blue value is 6 (2.73% from 255 or 1.27% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE506 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE506 is #131AF9. Grayscale: #CECECE. Windows color (decimal): -1252090 or 452076. OLE color: 452076.

HSL color Cylindrical-coordinate representation of color #ECE506: hue angle of 58.17º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ECE506 is Cyan = 0, Magento = 0.03, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 229 6 -
CMYK 0 0.03 0.97 0.07
HSL 58.17º 0.95% 0.47% -
HSV(B) 58.17º 0.97% 0.93% -
XYZ 62.64 73.88 11.13 -
YUV 205.67 15.32 149.63 -
System Red Green Blue C M Y K H S L
Decimal 236 229 6 0 0.03 0.97 0.07 58.17 0.95 0.47
Hex EC E5 6 0 3 61 7 3A 5F 2F
Octal 354 345 6 0 3 141 7 72 137 57
Binary 11101100 11100101 110 0 11 1100001 111 111010 1011111 101111

Color Harmonies of #ECE506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE506

Black with #ECE506

Text Example


Text Example

White with #ECE506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE506; }

 p { color: rgb(236,229,6); }

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

background-color css

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

 a { background-color: rgb(236,229,6); }

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

border-color css

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

 span { border-color: rgb(236,229,6); }

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