Html Css Color HEX #ECE70F Lemon

📋 copy color: '#ECE70F'

red 236 ◦ green 231 ◦ blue 15

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

Shades of Lemon #ECE70F

Tints of Lemon #ECE70F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.11%

R = 48.96%
G = 47.93%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#ECE70F (or 0xECE70F) is known color: Lemon. HEX triplet: EC, E7 and 0F. RGB value is (236,231,15). Sum of RGB (Red+Green+Blue) = 236+231+15=482 (63% of max value = 765). Red value is 236 (92.58% from 255 or 48.96% from 482); Green value is 231 (90.62% from 255 or 47.93% from 482); Blue value is 15 (6.25% from 255 or 3.11% from 482); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE70F is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECE70F is #1318F0. Grayscale: #D0D0D0. Windows color (decimal): -1251569 or 1042412. OLE color: 1042412.

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

Color convert

RGB 236 231 15 -
CMYK 0 0.02 0.94 0.07
HSL 58.64º 0.88% 0.49% -
HSV(B) 58.64º 0.94% 0.93% -
XYZ 63.25 75.02 11.6 -
YUV 207.87 19.16 148.06 -
System Red Green Blue C M Y K H S L
Decimal 236 231 15 0 0.02 0.94 0.07 58.64 0.88 0.49
Hex EC E7 F 0 2 5E 7 3B 58 31
Octal 354 347 17 0 2 136 7 73 130 61
Binary 11101100 11100111 1111 0 10 1011110 111 111011 1011000 110001

Color Harmonies of #ECE70F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE70F

Black with #ECE70F

Text Example


Text Example

White with #ECE70F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE70F; }

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

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

background-color css

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

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

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

border-color css

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

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

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