Html Css Color HEX #ECE00A Lemon

📋 copy color: '#ECE00A'

red 236 ◦ green 224 ◦ blue 10

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

Shades of Lemon #ECE00A

Tints of Lemon #ECE00A

RGB

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

 GREEN value IS 224 (87.89% from 255) = 47.66%

 BLUE value IS 10 (4.3% from 255) = 2.13%

R = 50.21%
G = 47.66%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ECE00A (or 0xECE00A) is known color: Lemon. HEX triplet: EC, E0 and 0A. RGB value is (236,224,10). Sum of RGB (Red+Green+Blue) = 236+224+10=470 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.21% from 470); Green value is 224 (87.89% from 255 or 47.66% from 470); Blue value is 10 (4.30% from 255 or 2.13% from 470); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE00A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #ECE00A is #131FF5. Grayscale: #CCCCCC. Windows color (decimal): -1253366 or 712940. OLE color: 712940.

HSL color Cylindrical-coordinate representation of color #ECE00A: hue angle of 56.81º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ECE00A is Cyan = 0, Magento = 0.05, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 224 10 -
CMYK 0 0.05 0.96 0.07
HSL 56.81º 0.92% 0.48% -
HSV(B) 56.81º 0.96% 0.93% -
XYZ 61.3 71.17 10.79 -
YUV 203.19 18.98 151.4 -
System Red Green Blue C M Y K H S L
Decimal 236 224 10 0 0.05 0.96 0.07 56.81 0.92 0.48
Hex EC E0 A 0 5 60 7 39 5C 30
Octal 354 340 12 0 5 140 7 71 134 60
Binary 11101100 11100000 1010 0 101 1100000 111 111001 1011100 110000

Color Harmonies of #ECE00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE00A

Black with #ECE00A

Text Example


Text Example

White with #ECE00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE00A; }

 p { color: rgb(236,224,10); }

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

background-color css

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

 a { background-color: rgb(236,224,10); }

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

border-color css

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

 span { border-color: rgb(236,224,10); }

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