Html Css Color HEX #EAF921 Lemon

📋 copy color: '#EAF921'

red 234 ◦ green 249 ◦ blue 33

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

Shades of Lemon #EAF921

Tints of Lemon #EAF921

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 6.4%

R = 45.35%
G = 48.26%
B = 6.4%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#EAF921 (or 0xEAF921) is known color: Lemon. HEX triplet: EA, F9 and 21. RGB value is (234,249,33). Sum of RGB (Red+Green+Blue) = 234+249+33=516 (68% of max value = 765). Red value is 234 (91.80% from 255 or 45.35% from 516); Green value is 249 (97.66% from 255 or 48.26% from 516); Blue value is 33 (13.28% from 255 or 6.40% from 516); Max value from RGB is 249 - color contains mainly: green. Hex color #EAF921 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF921 is #1506DE. Grayscale: #DCDCDC. Windows color (decimal): -1378015 or 2226666. OLE color: 2226666.

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

Color convert

RGB 234 249 33 -
CMYK 0.06 0 0.87 0.02
HSL 64.17º 0.95% 0.55% -
HSV(B) 64.17º 0.87% 0.98% -
XYZ 68.08 85.35 14.33 -
YUV 219.89 22.53 138.06 -
System Red Green Blue C M Y K H S L
Decimal 234 249 33 0.06 0 0.87 0.02 64.17 0.95 0.55
Hex EA F9 21 6 0 57 2 40 5F 37
Octal 352 371 41 6 0 127 2 100 137 67
Binary 11101010 11111001 100001 110 0 1010111 10 1000000 1011111 110111

Color Harmonies of #EAF921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF921

Black with #EAF921

Text Example


Text Example

White with #EAF921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF921; }

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

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

background-color css

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

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

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

border-color css

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

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

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