Html Css Color HEX #EFFB0B Yellow

📋 copy color: '#EFFB0B'

red 239 ◦ green 251 ◦ blue 11

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

Shades of Yellow #EFFB0B

Tints of Yellow #EFFB0B

RGB

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

 GREEN value IS 251 (98.44% from 255) = 50.1%

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

R = 47.7%
G = 50.1%
B = 2.2%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#EFFB0B (or 0xEFFB0B) is known color: Yellow. HEX triplet: EF, FB and 0B. RGB value is (239,251,11). Sum of RGB (Red+Green+Blue) = 239+251+11=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 251 (98.44% from 255 or 50.10% from 501); Blue value is 11 (4.69% from 255 or 2.20% from 501); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFB0B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFFB0B is #1004F4. Grayscale: #DDDDDD. Windows color (decimal): -1049845 or 785391. OLE color: 785391.

HSL color Cylindrical-coordinate representation of color #EFFB0B: hue angle of 63º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EFFB0B is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 251 11 -
CMYK 0.05 0 0.96 0.02
HSL 63º 0.97% 0.51% -
HSV(B) 63º 0.96% 0.98% -
XYZ 70.15 87.37 13.48 -
YUV 220.05 10.02 141.51 -
System Red Green Blue C M Y K H S L
Decimal 239 251 11 0.05 0 0.96 0.02 63 0.97 0.51
Hex EF FB B 5 0 60 2 3F 61 33
Octal 357 373 13 5 0 140 2 77 141 63
Binary 11101111 11111011 1011 101 0 1100000 10 111111 1100001 110011

Color Harmonies of #EFFB0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFB0B

Black with #EFFB0B

Text Example


Text Example

White with #EFFB0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFB0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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