Html Css Color HEX #EFFE0B Yellow

📋 copy color: '#EFFE0B'

red 239 ◦ green 254 ◦ blue 11

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

Shades of Yellow #EFFE0B

Tints of Yellow #EFFE0B

RGB

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

 GREEN value IS 254 (99.61% from 255) = 50.4%

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

R = 47.42%
G = 50.4%
B = 2.18%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#EFFE0B (or 0xEFFE0B) is known color: Yellow. HEX triplet: EF, FE and 0B. RGB value is (239,254,11). Sum of RGB (Red+Green+Blue) = 239+254+11=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 254 (99.61% from 255 or 50.40% from 504); Blue value is 11 (4.69% from 255 or 2.18% from 504); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFE0B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFFE0B is #1001F4. Grayscale: #DEDEDE. Windows color (decimal): -1049077 or 786159. OLE color: 786159.

HSL color Cylindrical-coordinate representation of color #EFFE0B: hue angle of 63.7º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EFFE0B is Cyan = 0.06, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.00.

Color convert

RGB 239 254 11 -
CMYK 0.06 0 0.96 0.00
HSL 63.7º 0.99% 0.52% -
HSV(B) 63.7º 0.96% 1% -
XYZ 71.1 89.26 13.8 -
YUV 221.81 9.03 140.26 -
System Red Green Blue C M Y K H S L
Decimal 239 254 11 0.06 0 0.96 0.00 63.7 0.99 0.52
Hex EF FE B 6 0 60 0 40 63 34
Octal 357 376 13 6 0 140 0 100 143 64
Binary 11101111 11111110 1011 110 0 1100000 0 1000000 1100011 110100

Color Harmonies of #EFFE0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFE0B

Black with #EFFE0B

Text Example


Text Example

White with #EFFE0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFE0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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