Html Css Color HEX #EFE00B Lemon

📋 copy color: '#EFE00B'

red 239 ◦ green 224 ◦ blue 11

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

Shades of Lemon #EFE00B

Tints of Lemon #EFE00B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 47.26%

 BLUE value IS 11 (4.69% from 255) = 2.32%

R = 50.42%
G = 47.26%
B = 2.32%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EFE00B (or 0xEFE00B) is known color: Lemon. HEX triplet: EF, E0 and 0B. RGB value is (239,224,11). Sum of RGB (Red+Green+Blue) = 239+224+11=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 224 (87.89% from 255 or 47.26% from 474); Blue value is 11 (4.69% from 255 or 2.32% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE00B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFE00B is #101FF4. Grayscale: #CDCDCD. Windows color (decimal): -1056757 or 778479. OLE color: 778479.

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

Color convert

RGB 239 224 11 -
CMYK 0 0.06 0.95 0.06
HSL 56.05º 0.91% 0.49% -
HSV(B) 56.05º 0.95% 0.94% -
XYZ 62.31 71.69 10.87 -
YUV 204.2 18.97 152.82 -
System Red Green Blue C M Y K H S L
Decimal 239 224 11 0 0.06 0.95 0.06 56.05 0.91 0.49
Hex EF E0 B 0 6 5F 6 38 5B 31
Octal 357 340 13 0 6 137 6 70 133 61
Binary 11101111 11100000 1011 0 110 1011111 110 111000 1011011 110001

Color Harmonies of #EFE00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE00B

Black with #EFE00B

Text Example


Text Example

White with #EFE00B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE00B; }

 p { color: rgb(239,224,11); }

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

background-color css

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

 a { background-color: rgb(239,224,11); }

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

border-color css

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

 span { border-color: rgb(239,224,11); }

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