Html Css Color HEX #ECE70A Lemon

📋 copy color: '#ECE70A'

red 236 ◦ green 231 ◦ blue 10

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

Shades of Lemon #ECE70A

Tints of Lemon #ECE70A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.1%

R = 49.48%
G = 48.43%
B = 2.1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ECE70A (or 0xECE70A) is known color: Lemon. HEX triplet: EC, E7 and 0A. RGB value is (236,231,10). Sum of RGB (Red+Green+Blue) = 236+231+10=477 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.48% from 477); Green value is 231 (90.62% from 255 or 48.43% from 477); Blue value is 10 (4.30% from 255 or 2.10% from 477); Max value from RGB is 236 - color contains mainly: red. Hex color #ECE70A is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #ECE70A is #1318F5. Grayscale: #D0D0D0. Windows color (decimal): -1251574 or 714732. OLE color: 714732.

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

Color convert

RGB 236 231 10 -
CMYK 0 0.02 0.96 0.07
HSL 58.67º 0.92% 0.48% -
HSV(B) 58.67º 0.96% 0.93% -
XYZ 63.22 75.01 11.43 -
YUV 207.3 16.66 148.47 -
System Red Green Blue C M Y K H S L
Decimal 236 231 10 0 0.02 0.96 0.07 58.67 0.92 0.48
Hex EC E7 A 0 2 60 7 3B 5C 30
Octal 354 347 12 0 2 140 7 73 134 60
Binary 11101100 11100111 1010 0 10 1100000 111 111011 1011100 110000

Color Harmonies of #ECE70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECE70A

Black with #ECE70A

Text Example


Text Example

White with #ECE70A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECE70A; }

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

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

background-color css

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

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

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

border-color css

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

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

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