Html Css Color HEX #EFF30D Lemon

📋 copy color: '#EFF30D'

red 239 ◦ green 243 ◦ blue 13

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

Shades of Lemon #EFF30D

Tints of Lemon #EFF30D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.63%

R = 48.28%
G = 49.09%
B = 2.63%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#EFF30D (or 0xEFF30D) is known color: Lemon. HEX triplet: EF, F3 and 0D. RGB value is (239,243,13). Sum of RGB (Red+Green+Blue) = 239+243+13=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 243 (95.31% from 255 or 49.09% from 495); Blue value is 13 (5.47% from 255 or 2.63% from 495); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF30D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF30D is #100CF2. Grayscale: #D8D8D8. Windows color (decimal): -1051891 or 914415. OLE color: 914415.

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

Color convert

RGB 239 243 13 -
CMYK 0.02 0 0.95 0.05
HSL 61.04º 0.91% 0.5% -
HSV(B) 61.04º 0.95% 0.95% -
XYZ 67.72 82.48 12.73 -
YUV 215.58 13.67 144.7 -
System Red Green Blue C M Y K H S L
Decimal 239 243 13 0.02 0 0.95 0.05 61.04 0.91 0.5
Hex EF F3 D 2 0 5F 5 3D 5B 32
Octal 357 363 15 2 0 137 5 75 133 62
Binary 11101111 11110011 1101 10 0 1011111 101 111101 1011011 110010

Color Harmonies of #EFF30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF30D

Black with #EFF30D

Text Example


Text Example

White with #EFF30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF30D; }

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

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

background-color css

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

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

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

border-color css

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

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

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