Html Css Color HEX #ECEB0C Lemon

📋 copy color: '#ECEB0C'

red 236 ◦ green 235 ◦ blue 12

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

Shades of Lemon #ECEB0C

Tints of Lemon #ECEB0C

RGB

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

 GREEN value IS 235 (92.19% from 255) = 48.65%

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

R = 48.86%
G = 48.65%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#ECEB0C (or 0xECEB0C) is known color: Lemon. HEX triplet: EC, EB and 0C. RGB value is (236,235,12). Sum of RGB (Red+Green+Blue) = 236+235+12=483 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.86% from 483); Green value is 235 (92.19% from 255 or 48.65% from 483); Blue value is 12 (5.08% from 255 or 2.48% from 483); Max value from RGB is 236 - color contains mainly: red. Hex color #ECEB0C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECEB0C is #1314F3. Grayscale: #D2D2D2. Windows color (decimal): -1250548 or 846828. OLE color: 846828.

HSL color Cylindrical-coordinate representation of color #ECEB0C: hue angle of 59.73º 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 #ECEB0C is Cyan = 0, Magento = 0.00, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 235 12 -
CMYK 0 0.00 0.95 0.07
HSL 59.73º 0.9% 0.49% -
HSV(B) 59.73º 0.95% 0.93% -
XYZ 64.37 77.28 11.87 -
YUV 209.88 16.33 146.63 -
System Red Green Blue C M Y K H S L
Decimal 236 235 12 0 0.00 0.95 0.07 59.73 0.9 0.49
Hex EC EB C 0 0 5F 7 3C 5A 31
Octal 354 353 14 0 0 137 7 74 132 61
Binary 11101100 11101011 1100 0 0 1011111 111 111100 1011010 110001

Color Harmonies of #ECEB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECEB0C

Black with #ECEB0C

Text Example


Text Example

White with #ECEB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECEB0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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