Html Css Color HEX #EFFC0B Yellow

📋 copy color: '#EFFC0B'

red 239 ◦ green 252 ◦ blue 11

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

Shades of Yellow #EFFC0B

Tints of Yellow #EFFC0B

RGB

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

 GREEN value IS 252 (98.83% from 255) = 50.2%

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

R = 47.61%
G = 50.2%
B = 2.19%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#EFFC0B (or 0xEFFC0B) is known color: Yellow. HEX triplet: EF, FC and 0B. RGB value is (239,252,11). Sum of RGB (Red+Green+Blue) = 239+252+11=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 252 (98.83% from 255 or 50.20% from 502); Blue value is 11 (4.69% from 255 or 2.19% from 502); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFC0B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFFC0B is #1003F4. Grayscale: #DDDDDD. Windows color (decimal): -1049589 or 785647. OLE color: 785647.

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

Color convert

RGB 239 252 11 -
CMYK 0.05 0 0.96 0.01
HSL 63.24º 0.98% 0.52% -
HSV(B) 63.24º 0.96% 0.99% -
XYZ 70.47 88 13.59 -
YUV 220.64 9.69 141.1 -
System Red Green Blue C M Y K H S L
Decimal 239 252 11 0.05 0 0.96 0.01 63.24 0.98 0.52
Hex EF FC B 5 0 60 1 3F 62 34
Octal 357 374 13 5 0 140 1 77 142 64
Binary 11101111 11111100 1011 101 0 1100000 1 111111 1100010 110100

Color Harmonies of #EFFC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFC0B

Black with #EFFC0B

Text Example


Text Example

White with #EFFC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFC0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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