Html Css Color HEX #EFF320 Lemon

📋 copy color: '#EFF320'

red 239 ◦ green 243 ◦ blue 32

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

Shades of Lemon #EFF320

Tints of Lemon #EFF320

RGB

 RED value IS 239 (93.75% from 255) = 46.5%

 GREEN value IS 243 (95.31% from 255) = 47.28%

 BLUE value IS 32 (12.89% from 255) = 6.23%

R = 46.5%
G = 47.28%
B = 6.23%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#EFF320 (or 0xEFF320) is known color: Lemon. HEX triplet: EF, F3 and 20. RGB value is (239,243,32). Sum of RGB (Red+Green+Blue) = 239+243+32=514 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.50% from 514); Green value is 243 (95.31% from 255 or 47.28% from 514); Blue value is 32 (12.89% from 255 or 6.23% from 514); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF320 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF320 is #100CDF. Grayscale: #DADADA. Windows color (decimal): -1051872 or 2159599. OLE color: 2159599.

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

Color convert

RGB 239 243 32 -
CMYK 0.02 0 0.87 0.05
HSL 61.14º 0.9% 0.54% -
HSV(B) 61.14º 0.87% 0.95% -
XYZ 67.91 82.56 13.72 -
YUV 217.75 23.17 143.16 -
System Red Green Blue C M Y K H S L
Decimal 239 243 32 0.02 0 0.87 0.05 61.14 0.9 0.54
Hex EF F3 20 2 0 57 5 3D 5A 36
Octal 357 363 40 2 0 127 5 75 132 66
Binary 11101111 11110011 100000 10 0 1010111 101 111101 1011010 110110

Color Harmonies of #EFF320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF320

Black with #EFF320

Text Example


Text Example

White with #EFF320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF320; }

 p { color: rgb(239,243,32); }

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

background-color css

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

 a { background-color: rgb(239,243,32); }

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

border-color css

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

 span { border-color: rgb(239,243,32); }

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