Html Css Color HEX #ECEA12 Lemon

📋 copy color: '#ECEA12'

red 236 ◦ green 234 ◦ blue 18

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

Shades of Lemon #ECEA12

Tints of Lemon #ECEA12

RGB

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

 GREEN value IS 234 (91.8% from 255) = 47.95%

 BLUE value IS 18 (7.42% from 255) = 3.69%

R = 48.36%
G = 47.95%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ECEA12 (or 0xECEA12) is known color: Lemon. HEX triplet: EC, EA and 12. RGB value is (236,234,18). Sum of RGB (Red+Green+Blue) = 236+234+18=488 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.36% from 488); Green value is 234 (91.80% from 255 or 47.95% from 488); Blue value is 18 (7.42% from 255 or 3.69% from 488); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA12 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECEA12 is #1315ED. Grayscale: #D2D2D2. Windows color (decimal): -1250798 or 1239788. OLE color: 1239788.

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

Color convert

RGB 236 234 18 -
CMYK 0 0.01 0.92 0.07
HSL 59.45º 0.86% 0.5% -
HSV(B) 59.45º 0.92% 0.93% -
XYZ 64.12 76.72 12 -
YUV 209.97 19.66 146.56 -
System Red Green Blue C M Y K H S L
Decimal 236 234 18 0 0.01 0.92 0.07 59.45 0.86 0.5
Hex EC EA 12 0 1 5C 7 3B 56 32
Octal 354 352 22 0 1 134 7 73 126 62
Binary 11101100 11101010 10010 0 1 1011100 111 111011 1010110 110010

Color Harmonies of #ECEA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECEA12

Black with #ECEA12

Text Example


Text Example

White with #ECEA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECEA12; }

 p { color: rgb(236,234,18); }

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

background-color css

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

 a { background-color: rgb(236,234,18); }

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

border-color css

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

 span { border-color: rgb(236,234,18); }

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