Html Css Color HEX #EFF201 Yellow

📋 copy color: '#EFF201'

red 239 ◦ green 242 ◦ blue 1

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

Shades of Yellow #EFF201

Tints of Yellow #EFF201

RGB

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

 GREEN value IS 242 (94.92% from 255) = 50.21%

 BLUE value IS 1 (0.78% from 255) = 0.21%

R = 49.59%
G = 50.21%
B = 0.21%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#EFF201 (or 0xEFF201) is known color: Yellow. HEX triplet: EF, F2 and 01. RGB value is (239,242,1). Sum of RGB (Red+Green+Blue) = 239+242+1=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 242 (94.92% from 255 or 50.21% from 482); Blue value is 1 (0.78% from 255 or 0.21% from 482); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF201 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF201 is #100DFE. Grayscale: #D6D6D6. Windows color (decimal): -1052159 or 127727. OLE color: 127727.

HSL color Cylindrical-coordinate representation of color #EFF201: hue angle of 60.75º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EFF201 is Cyan = 0.01, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.

Color convert

RGB 239 242 1 -
CMYK 0.01 0 1.00 0.05
HSL 60.75º 0.99% 0.48% -
HSV(B) 60.75º 1% 0.95% -
XYZ 67.35 81.86 12.28 -
YUV 213.63 8.01 146.1 -
System Red Green Blue C M Y K H S L
Decimal 239 242 1 0.01 0 1.00 0.05 60.75 0.99 0.48
Hex EF F2 1 1 0 64 5 3D 63 30
Octal 357 362 1 1 0 144 5 75 143 60
Binary 11101111 11110010 1 1 0 1100100 101 111101 1100011 110000

Color Harmonies of #EFF201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF201

Black with #EFF201

Text Example


Text Example

White with #EFF201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF201; }

 p { color: rgb(239,242,1); }

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

background-color css

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

 a { background-color: rgb(239,242,1); }

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

border-color css

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

 span { border-color: rgb(239,242,1); }

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