Html Css Color HEX #EFFC02 Yellow

📋 copy color: '#EFFC02'

red 239 ◦ green 252 ◦ blue 2

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

Shades of Yellow #EFFC02

Tints of Yellow #EFFC02

RGB

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

 GREEN value IS 252 (98.83% from 255) = 51.12%

 BLUE value IS 2 (1.17% from 255) = 0.41%

R = 48.48%
G = 51.12%
B = 0.41%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#EFFC02 (or 0xEFFC02) is known color: Yellow. HEX triplet: EF, FC and 02. RGB value is (239,252,2). Sum of RGB (Red+Green+Blue) = 239+252+2=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 252 (98.83% from 255 or 51.12% from 493); Blue value is 2 (1.17% from 255 or 0.41% from 493); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFC02 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFFC02 is #1003FD. Grayscale: #DCDCDC. Windows color (decimal): -1049598 or 195823. OLE color: 195823.

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

Color convert

RGB 239 252 2 -
CMYK 0.05 0 0.99 0.01
HSL 63.12º 0.98% 0.5% -
HSV(B) 63.12º 0.99% 0.99% -
XYZ 70.42 87.98 13.33 -
YUV 219.61 5.19 141.83 -
System Red Green Blue C M Y K H S L
Decimal 239 252 2 0.05 0 0.99 0.01 63.12 0.98 0.5
Hex EF FC 2 5 0 63 1 3F 62 32
Octal 357 374 2 5 0 143 1 77 142 62
Binary 11101111 11111100 10 101 0 1100011 1 111111 1100010 110010

Color Harmonies of #EFFC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFC02

Black with #EFFC02

Text Example


Text Example

White with #EFFC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFC02; }

 p { color: rgb(239,252,2); }

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

background-color css

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

 a { background-color: rgb(239,252,2); }

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

border-color css

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

 span { border-color: rgb(239,252,2); }

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