Html Css Color HEX #EFF000 Yellow

📋 copy color: '#EFF000'

red 239 ◦ green 240 ◦ blue 0

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

Shades of Yellow #EFF000

Tints of Yellow #EFF000

RGB

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

 GREEN value IS 240 (94.14% from 255) = 50.1%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.9%
G = 50.1%
B = 0%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EFF000 (or 0xEFF000) is known color: Yellow. HEX triplet: EF, F0 and 00. RGB value is (239,240,0). Sum of RGB (Red+Green+Blue) = 239+240+0=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 240 (94.14% from 255 or 50.10% from 479); Blue value is 0 (0.39% from 255 or 0% from 479); Max value from RGB is 240 - color contains mainly: green. Hex color #EFF000 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF000 is #100FFF. Grayscale: #D5D5D5. Windows color (decimal): -1052672 or 61679. OLE color: 61679.

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

Color convert

RGB 239 240 0 -
CMYK 0.00 0 1 0.06
HSL 60.25º 1% 0.47% -
HSV(B) 60.25º 1% 0.94% -
XYZ 66.76 80.67 12.05 -
YUV 212.34 8.17 147.01 -
System Red Green Blue C M Y K H S L
Decimal 239 240 0 0.00 0 1 0.06 60.25 1 0.47
Hex EF F0 0 0 0 64 6 3C 64 2F
Octal 357 360 0 0 0 144 6 74 144 57
Binary 11101111 11110000 0 0 0 1100100 110 111100 1100100 101111

Color Harmonies of #EFF000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF000

Black with #EFF000

Text Example


Text Example

White with #EFF000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF000; }

 p { color: rgb(239,240,0); }

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

background-color css

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

 a { background-color: rgb(239,240,0); }

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

border-color css

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

 span { border-color: rgb(239,240,0); }

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