Html Css Color HEX #EFEB0B Lemon

📋 copy color: '#EFEB0B'

red 239 ◦ green 235 ◦ blue 11

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

Shades of Lemon #EFEB0B

Tints of Lemon #EFEB0B

RGB

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

 GREEN value IS 235 (92.19% from 255) = 48.45%

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

R = 49.28%
G = 48.45%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EFEB0B (or 0xEFEB0B) is known color: Lemon. HEX triplet: EF, EB and 0B. RGB value is (239,235,11). Sum of RGB (Red+Green+Blue) = 239+235+11=485 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.28% from 485); Green value is 235 (92.19% from 255 or 48.45% from 485); Blue value is 11 (4.69% from 255 or 2.27% from 485); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEB0B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFEB0B is #1014F4. Grayscale: #D3D3D3. Windows color (decimal): -1053941 or 781295. OLE color: 781295.

HSL color Cylindrical-coordinate representation of color #EFEB0B: hue angle of 58.95º 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 #EFEB0B is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 235 11 -
CMYK 0 0.02 0.95 0.06
HSL 58.95º 0.91% 0.49% -
HSV(B) 58.95º 0.95% 0.94% -
XYZ 65.37 77.79 11.89 -
YUV 210.66 15.33 148.21 -
System Red Green Blue C M Y K H S L
Decimal 239 235 11 0 0.02 0.95 0.06 58.95 0.91 0.49
Hex EF EB B 0 2 5F 6 3B 5B 31
Octal 357 353 13 0 2 137 6 73 133 61
Binary 11101111 11101011 1011 0 10 1011111 110 111011 1011011 110001

Color Harmonies of #EFEB0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEB0B

Black with #EFEB0B

Text Example


Text Example

White with #EFEB0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEB0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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