Html Css Color HEX #ECEF14 Lemon

📋 copy color: '#ECEF14'

red 236 ◦ green 239 ◦ blue 20

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

Shades of Lemon #ECEF14

Tints of Lemon #ECEF14

RGB

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

 GREEN value IS 239 (93.75% from 255) = 48.28%

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

R = 47.68%
G = 48.28%
B = 4.04%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#ECEF14 (or 0xECEF14) is known color: Lemon. HEX triplet: EC, EF and 14. RGB value is (236,239,20). Sum of RGB (Red+Green+Blue) = 236+239+20=495 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.68% from 495); Green value is 239 (93.75% from 255 or 48.28% from 495); Blue value is 20 (8.20% from 255 or 4.04% from 495); Max value from RGB is 239 - color contains mainly: green. Hex color #ECEF14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECEF14 is #1310EB. Grayscale: #D6D6D6. Windows color (decimal): -1249516 or 1372140. OLE color: 1372140.

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

Color convert

RGB 236 239 20 -
CMYK 0.01 0 0.92 0.06
HSL 60.82º 0.87% 0.51% -
HSV(B) 60.82º 0.92% 0.94% -
XYZ 65.58 79.62 12.57 -
YUV 213.14 19.01 144.31 -
System Red Green Blue C M Y K H S L
Decimal 236 239 20 0.01 0 0.92 0.06 60.82 0.87 0.51
Hex EC EF 14 1 0 5C 6 3D 57 33
Octal 354 357 24 1 0 134 6 75 127 63
Binary 11101100 11101111 10100 1 0 1011100 110 111101 1010111 110011

Color Harmonies of #ECEF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECEF14

Black with #ECEF14

Text Example


Text Example

White with #ECEF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECEF14; }

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

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

background-color css

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

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

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

border-color css

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

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

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