Html Css Color HEX #EFF70B Yellow

📋 copy color: '#EFF70B'

red 239 ◦ green 247 ◦ blue 11

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

Shades of Yellow #EFF70B

Tints of Yellow #EFF70B

RGB

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

 GREEN value IS 247 (96.88% from 255) = 49.7%

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

R = 48.09%
G = 49.7%
B = 2.21%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#EFF70B (or 0xEFF70B) is known color: Yellow. HEX triplet: EF, F7 and 0B. RGB value is (239,247,11). Sum of RGB (Red+Green+Blue) = 239+247+11=497 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.09% from 497); Green value is 247 (96.88% from 255 or 49.70% from 497); Blue value is 11 (4.69% from 255 or 2.21% from 497); Max value from RGB is 247 - color contains mainly: green. Hex color #EFF70B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF70B is #1008F4. Grayscale: #DADADA. Windows color (decimal): -1050869 or 784367. OLE color: 784367.

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

Color convert

RGB 239 247 11 -
CMYK 0.03 0 0.96 0.03
HSL 62.03º 0.94% 0.51% -
HSV(B) 62.03º 0.96% 0.97% -
XYZ 68.92 84.9 13.07 -
YUV 217.7 11.35 143.19 -
System Red Green Blue C M Y K H S L
Decimal 239 247 11 0.03 0 0.96 0.03 62.03 0.94 0.51
Hex EF F7 B 3 0 60 3 3E 5E 33
Octal 357 367 13 3 0 140 3 76 136 63
Binary 11101111 11110111 1011 11 0 1100000 11 111110 1011110 110011

Color Harmonies of #EFF70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF70B

Black with #EFF70B

Text Example


Text Example

White with #EFF70B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF70B; }

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

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

background-color css

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

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

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

border-color css

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

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

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