Html Css Color HEX #EAF11D Lemon

📋 copy color: '#EAF11D'

red 234 ◦ green 241 ◦ blue 29

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

Shades of Lemon #EAF11D

Tints of Lemon #EAF11D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.82%

 BLUE value IS 29 (11.72% from 255) = 5.75%

R = 46.43%
G = 47.82%
B = 5.75%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#EAF11D (or 0xEAF11D) is known color: Lemon. HEX triplet: EA, F1 and 1D. RGB value is (234,241,29). Sum of RGB (Red+Green+Blue) = 234+241+29=504 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.43% from 504); Green value is 241 (94.53% from 255 or 47.82% from 504); Blue value is 29 (11.72% from 255 or 5.75% from 504); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF11D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF11D is #150EE2. Grayscale: #D7D7D7. Windows color (decimal): -1380067 or 1962474. OLE color: 1962474.

HSL color Cylindrical-coordinate representation of color #EAF11D: hue angle of 61.98º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EAF11D is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 234 241 29 -
CMYK 0.03 0 0.88 0.05
HSL 61.98º 0.88% 0.53% -
HSV(B) 61.98º 0.88% 0.95% -
XYZ 65.61 80.49 13.24 -
YUV 214.74 23.18 141.74 -
System Red Green Blue C M Y K H S L
Decimal 234 241 29 0.03 0 0.88 0.05 61.98 0.88 0.53
Hex EA F1 1D 3 0 58 5 3E 58 35
Octal 352 361 35 3 0 130 5 76 130 65
Binary 11101010 11110001 11101 11 0 1011000 101 111110 1011000 110101

Color Harmonies of #EAF11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF11D

Black with #EAF11D

Text Example


Text Example

White with #EAF11D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF11D; }

 p { color: rgb(234,241,29); }

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

background-color css

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

 a { background-color: rgb(234,241,29); }

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

border-color css

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

 span { border-color: rgb(234,241,29); }

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