Html Css Color HEX #EAF91D Lemon

📋 copy color: '#EAF91D'

red 234 ◦ green 249 ◦ blue 29

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

Shades of Lemon #EAF91D

Tints of Lemon #EAF91D

RGB

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

 GREEN value IS 249 (97.66% from 255) = 48.63%

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

R = 45.7%
G = 48.63%
B = 5.66%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#EAF91D (or 0xEAF91D) is known color: Lemon. HEX triplet: EA, F9 and 1D. RGB value is (234,249,29). Sum of RGB (Red+Green+Blue) = 234+249+29=512 (67% of max value = 765). Red value is 234 (91.80% from 255 or 45.70% from 512); Green value is 249 (97.66% from 255 or 48.63% from 512); Blue value is 29 (11.72% from 255 or 5.66% from 512); Max value from RGB is 249 - color contains mainly: green. Hex color #EAF91D is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF91D is #1506E2. Grayscale: #DCDCDC. Windows color (decimal): -1378019 or 1964522. OLE color: 1964522.

HSL color Cylindrical-coordinate representation of color #EAF91D: hue angle of 64.09º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EAF91D is Cyan = 0.06, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB 234 249 29 -
CMYK 0.06 0 0.88 0.02
HSL 64.09º 0.95% 0.55% -
HSV(B) 64.09º 0.88% 0.98% -
XYZ 68.03 85.33 14.05 -
YUV 219.44 20.53 138.39 -
System Red Green Blue C M Y K H S L
Decimal 234 249 29 0.06 0 0.88 0.02 64.09 0.95 0.55
Hex EA F9 1D 6 0 58 2 40 5F 37
Octal 352 371 35 6 0 130 2 100 137 67
Binary 11101010 11111001 11101 110 0 1011000 10 1000000 1011111 110111

Color Harmonies of #EAF91D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF91D

Black with #EAF91D

Text Example


Text Example

White with #EAF91D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF91D; }

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

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

background-color css

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

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

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

border-color css

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

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

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