Html Css Color HEX #ECEA0C Lemon

📋 copy color: '#ECEA0C'

red 236 ◦ green 234 ◦ blue 12

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

Shades of Lemon #ECEA0C

Tints of Lemon #ECEA0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.49%

R = 48.96%
G = 48.55%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ECEA0C (or 0xECEA0C) is known color: Lemon. HEX triplet: EC, EA and 0C. RGB value is (236,234,12). Sum of RGB (Red+Green+Blue) = 236+234+12=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 234 (91.80% from 255 or 48.55% from 482); Blue value is 12 (5.08% from 255 or 2.49% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEA0C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECEA0C is #1315F3. Grayscale: #D2D2D2. Windows color (decimal): -1250804 or 846572. OLE color: 846572.

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

Color convert

RGB 236 234 12 -
CMYK 0 0.01 0.95 0.07
HSL 59.46º 0.9% 0.49% -
HSV(B) 59.46º 0.95% 0.93% -
XYZ 64.08 76.71 11.78 -
YUV 209.29 16.66 147.05 -
System Red Green Blue C M Y K H S L
Decimal 236 234 12 0 0.01 0.95 0.07 59.46 0.9 0.49
Hex EC EA C 0 1 5F 7 3B 5A 31
Octal 354 352 14 0 1 137 7 73 132 61
Binary 11101100 11101010 1100 0 1 1011111 111 111011 1011010 110001

Color Harmonies of #ECEA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECEA0C

Black with #ECEA0C

Text Example


Text Example

White with #ECEA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECEA0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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