Html Css Color HEX #EFFC0C Yellow

📋 copy color: '#EFFC0C'

red 239 ◦ green 252 ◦ blue 12

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

Shades of Yellow #EFFC0C

Tints of Yellow #EFFC0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.39%

R = 47.51%
G = 50.1%
B = 2.39%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#EFFC0C (or 0xEFFC0C) is known color: Yellow. HEX triplet: EF, FC and 0C. RGB value is (239,252,12). Sum of RGB (Red+Green+Blue) = 239+252+12=503 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.51% from 503); Green value is 252 (98.83% from 255 or 50.10% from 503); Blue value is 12 (5.08% from 255 or 2.39% from 503); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFC0C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFFC0C is #1003F3. Grayscale: #DDDDDD. Windows color (decimal): -1049588 or 851183. OLE color: 851183.

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

Color convert

RGB 239 252 12 -
CMYK 0.05 0 0.95 0.01
HSL 63.25º 0.98% 0.52% -
HSV(B) 63.25º 0.95% 0.99% -
XYZ 70.47 88 13.62 -
YUV 220.75 10.19 141.01 -
System Red Green Blue C M Y K H S L
Decimal 239 252 12 0.05 0 0.95 0.01 63.25 0.98 0.52
Hex EF FC C 5 0 5F 1 3F 62 34
Octal 357 374 14 5 0 137 1 77 142 64
Binary 11101111 11111100 1100 101 0 1011111 1 111111 1100010 110100

Color Harmonies of #EFFC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFC0C

Black with #EFFC0C

Text Example


Text Example

White with #EFFC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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