Html Css Color HEX #ECEE14 Lemon

📋 copy color: '#ECEE14'

red 236 ◦ green 238 ◦ blue 20

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

Shades of Lemon #ECEE14

Tints of Lemon #ECEE14

RGB

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

 GREEN value IS 238 (93.36% from 255) = 48.18%

 BLUE value IS 20 (8.2% from 255) = 4.05%

R = 47.77%
G = 48.18%
B = 4.05%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ECEE14 (or 0xECEE14) is known color: Lemon. HEX triplet: EC, EE and 14. RGB value is (236,238,20). Sum of RGB (Red+Green+Blue) = 236+238+20=494 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.77% from 494); Green value is 238 (93.36% from 255 or 48.18% from 494); Blue value is 20 (8.20% from 255 or 4.05% from 494); Max value from RGB is 238 - color contains mainly: green. Hex color #ECEE14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECEE14 is #1311EB. Grayscale: #D5D5D5. Windows color (decimal): -1249772 or 1371884. OLE color: 1371884.

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

Color convert

RGB 236 238 20 -
CMYK 0.01 0 0.92 0.07
HSL 60.55º 0.87% 0.51% -
HSV(B) 60.55º 0.92% 0.93% -
XYZ 65.29 79.03 12.48 -
YUV 212.55 19.34 144.73 -
System Red Green Blue C M Y K H S L
Decimal 236 238 20 0.01 0 0.92 0.07 60.55 0.87 0.51
Hex EC EE 14 1 0 5C 7 3D 57 33
Octal 354 356 24 1 0 134 7 75 127 63
Binary 11101100 11101110 10100 1 0 1011100 111 111101 1010111 110011

Color Harmonies of #ECEE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECEE14

Black with #ECEE14

Text Example


Text Example

White with #ECEE14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECEE14; }

 p { color: rgb(236,238,20); }

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

background-color css

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

 a { background-color: rgb(236,238,20); }

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

border-color css

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

 span { border-color: rgb(236,238,20); }

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