Html Css Color HEX #EFEA0B Lemon

📋 copy color: '#EFEA0B'

red 239 ◦ green 234 ◦ blue 11

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

Shades of Lemon #EFEA0B

Tints of Lemon #EFEA0B

RGB

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

 GREEN value IS 234 (91.8% from 255) = 48.35%

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

R = 49.38%
G = 48.35%
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

#EFEA0B (or 0xEFEA0B) is known color: Lemon. HEX triplet: EF, EA and 0B. RGB value is (239,234,11). Sum of RGB (Red+Green+Blue) = 239+234+11=484 (64% of max value = 765). Red value is 239 (93.75% from 255 or 49.38% from 484); Green value is 234 (91.80% from 255 or 48.35% from 484); Blue value is 11 (4.69% from 255 or 2.27% from 484); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEA0B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFEA0B is #1015F4. Grayscale: #D2D2D2. Windows color (decimal): -1054197 or 781039. OLE color: 781039.

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

Color convert

RGB 239 234 11 -
CMYK 0 0.02 0.95 0.06
HSL 58.68º 0.91% 0.49% -
HSV(B) 58.68º 0.95% 0.94% -
XYZ 65.08 77.22 11.79 -
YUV 210.07 15.66 148.63 -
System Red Green Blue C M Y K H S L
Decimal 239 234 11 0 0.02 0.95 0.06 58.68 0.91 0.49
Hex EF EA B 0 2 5F 6 3B 5B 31
Octal 357 352 13 0 2 137 6 73 133 61
Binary 11101111 11101010 1011 0 10 1011111 110 111011 1011011 110001

Color Harmonies of #EFEA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEA0B

Black with #EFEA0B

Text Example


Text Example

White with #EFEA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEA0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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