Html Css Color HEX #ECE714 Lemon

📋 copy color: '#ECE714'

red 236 ◦ green 231 ◦ blue 20

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

Shades of Lemon #ECE714

Tints of Lemon #ECE714

RGB

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

 GREEN value IS 231 (90.63% from 255) = 47.43%

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

R = 48.46%
G = 47.43%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#ECE714 (or 0xECE714) is known color: Lemon. HEX triplet: EC, E7 and 14. RGB value is (236,231,20). Sum of RGB (Red+Green+Blue) = 236+231+20=487 (64% of max value = 765). Red value is 236 (92.58% from 255 or 48.46% from 487); Green value is 231 (90.62% from 255 or 47.43% from 487); Blue value is 20 (8.20% from 255 or 4.11% from 487); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE714 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECE714 is #1318EB. Grayscale: #D1D1D1. Windows color (decimal): -1251564 or 1370092. OLE color: 1370092.

HSL color Cylindrical-coordinate representation of color #ECE714: hue angle of 58.61º degrees, saturation: 0.85, 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 #ECE714 is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 231 20 -
CMYK 0 0.02 0.92 0.07
HSL 58.61º 0.85% 0.5% -
HSV(B) 58.61º 0.92% 0.93% -
XYZ 63.29 75.04 11.81 -
YUV 208.44 21.66 147.66 -
System Red Green Blue C M Y K H S L
Decimal 236 231 20 0 0.02 0.92 0.07 58.61 0.85 0.5
Hex EC E7 14 0 2 5C 7 3B 55 32
Octal 354 347 24 0 2 134 7 73 125 62
Binary 11101100 11100111 10100 0 10 1011100 111 111011 1010101 110010

Color Harmonies of #ECE714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE714

Black with #ECE714

Text Example


Text Example

White with #ECE714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE714; }

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

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

background-color css

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

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

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

border-color css

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

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

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