Html Css Color HEX #EFF200 Yellow

📋 copy color: '#EFF200'

red 239 ◦ green 242 ◦ blue 0

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

Shades of Yellow #EFF200

Tints of Yellow #EFF200

RGB

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

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

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

R = 49.69%
G = 50.31%
B = 0%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#EFF200 (or 0xEFF200) is known color: Yellow. HEX triplet: EF, F2 and 00. RGB value is (239,242,0). Sum of RGB (Red+Green+Blue) = 239+242+0=481 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.69% from 481); Green value is 242 (94.92% from 255 or 50.31% from 481); Blue value is 0 (0.39% from 255 or 0% from 481); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF200 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFF200 is #100DFF. Grayscale: #D6D6D6. Windows color (decimal): -1052160 or 62191. OLE color: 62191.

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

Color convert

RGB 239 242 0 -
CMYK 0.01 0 1 0.05
HSL 60.74º 1% 0.47% -
HSV(B) 60.74º 1% 0.95% -
XYZ 67.35 81.85 12.25 -
YUV 213.52 7.51 146.18 -
System Red Green Blue C M Y K H S L
Decimal 239 242 0 0.01 0 1 0.05 60.74 1 0.47
Hex EF F2 0 1 0 64 5 3D 64 2F
Octal 357 362 0 1 0 144 5 75 144 57
Binary 11101111 11110010 0 1 0 1100100 101 111101 1100100 101111

Color Harmonies of #EFF200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF200

Black with #EFF200

Text Example


Text Example

White with #EFF200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF200; }

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

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

background-color css

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

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

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

border-color css

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

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

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