Html Css Color HEX #EAEC1B Lemon

📋 copy color: '#EAEC1B'

red 234 ◦ green 236 ◦ blue 27

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

Shades of Lemon #EAEC1B

Tints of Lemon #EAEC1B

RGB

 RED value IS 234 (91.8% from 255) = 47.08%

 GREEN value IS 236 (92.58% from 255) = 47.48%

 BLUE value IS 27 (10.94% from 255) = 5.43%

R = 47.08%
G = 47.48%
B = 5.43%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EAEC1B (or 0xEAEC1B) is known color: Lemon. HEX triplet: EA, EC and 1B. RGB value is (234,236,27). Sum of RGB (Red+Green+Blue) = 234+236+27=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 236 (92.58% from 255 or 47.48% from 497); Blue value is 27 (10.94% from 255 or 5.43% from 497); Max value from RGB is 236 - color contains mainly: green. Hex color #EAEC1B is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAEC1B is #1513E4. Grayscale: #D4D4D4. Windows color (decimal): -1381349 or 1830122. OLE color: 1830122.

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

Color convert

RGB 234 236 27 -
CMYK 0.01 0 0.89 0.07
HSL 60.57º 0.85% 0.52% -
HSV(B) 60.57º 0.89% 0.93% -
XYZ 64.12 77.56 12.63 -
YUV 211.58 23.84 143.99 -
System Red Green Blue C M Y K H S L
Decimal 234 236 27 0.01 0 0.89 0.07 60.57 0.85 0.52
Hex EA EC 1B 1 0 59 7 3D 55 34
Octal 352 354 33 1 0 131 7 75 125 64
Binary 11101010 11101100 11011 1 0 1011001 111 111101 1010101 110100

Color Harmonies of #EAEC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAEC1B

Black with #EAEC1B

Text Example


Text Example

White with #EAEC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAEC1B; }

 p { color: rgb(234,236,27); }

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

background-color css

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

 a { background-color: rgb(234,236,27); }

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

border-color css

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

 span { border-color: rgb(234,236,27); }

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