Html Css Color HEX #EFFE00 Yellow

📋 copy color: '#EFFE00'

red 239 ◦ green 254 ◦ blue 0

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

Shades of Yellow #EFFE00

Tints of Yellow #EFFE00

RGB

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

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

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

R = 48.48%
G = 51.52%
B = 0%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#EFFE00 (or 0xEFFE00) is known color: Yellow. HEX triplet: EF, FE and 00. RGB value is (239,254,0). Sum of RGB (Red+Green+Blue) = 239+254+0=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 254 (99.61% from 255 or 51.52% from 493); Blue value is 0 (0.39% from 255 or 0% from 493); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFE00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFFE00 is #1001FF. Grayscale: #DDDDDD. Windows color (decimal): -1049088 or 65263. OLE color: 65263.

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

Color convert

RGB 239 254 0 -
CMYK 0.06 0 1 0.00
HSL 63.54º 1% 0.5% -
HSV(B) 63.54º 1% 1% -
XYZ 71.04 89.23 13.48 -
YUV 220.56 3.53 141.15 -
System Red Green Blue C M Y K H S L
Decimal 239 254 0 0.06 0 1 0.00 63.54 1 0.5
Hex EF FE 0 6 0 64 0 40 64 32
Octal 357 376 0 6 0 144 0 100 144 62
Binary 11101111 11111110 0 110 0 1100100 0 1000000 1100100 110010

Color Harmonies of #EFFE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFE00

Black with #EFFE00

Text Example


Text Example

White with #EFFE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFE00; }

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

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

background-color css

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

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

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

border-color css

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

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

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