Html Css Color HEX #EFFD0B Yellow

📋 copy color: '#EFFD0B'

red 239 ◦ green 253 ◦ blue 11

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

Shades of Yellow #EFFD0B

Tints of Yellow #EFFD0B

RGB

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

 GREEN value IS 253 (99.22% from 255) = 50.3%

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

R = 47.51%
G = 50.3%
B = 2.19%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#EFFD0B (or 0xEFFD0B) is known color: Yellow. HEX triplet: EF, FD and 0B. RGB value is (239,253,11). Sum of RGB (Red+Green+Blue) = 239+253+11=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 253 (99.22% from 255 or 50.30% from 503); Blue value is 11 (4.69% from 255 or 2.19% from 503); Max value from RGB is 253 - color contains mainly: green. Hex color #EFFD0B is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFFD0B is #1002F4. Grayscale: #DEDEDE. Windows color (decimal): -1049333 or 785903. OLE color: 785903.

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

Color convert

RGB 239 253 11 -
CMYK 0.06 0 0.96 0.01
HSL 63.47º 0.98% 0.52% -
HSV(B) 63.47º 0.96% 0.99% -
XYZ 70.78 88.63 13.69 -
YUV 221.23 9.36 140.68 -
System Red Green Blue C M Y K H S L
Decimal 239 253 11 0.06 0 0.96 0.01 63.47 0.98 0.52
Hex EF FD B 6 0 60 1 3F 62 34
Octal 357 375 13 6 0 140 1 77 142 64
Binary 11101111 11111101 1011 110 0 1100000 1 111111 1100010 110100

Color Harmonies of #EFFD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFD0B

Black with #EFFD0B

Text Example


Text Example

White with #EFFD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFD0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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