Html Css Color HEX #EFFE0E Yellow

📋 copy color: '#EFFE0E'

red 239 ◦ green 254 ◦ blue 14

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

Shades of Yellow #EFFE0E

Tints of Yellow #EFFE0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 2.76%

R = 47.14%
G = 50.1%
B = 2.76%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#EFFE0E (or 0xEFFE0E) is known color: Yellow. HEX triplet: EF, FE and 0E. RGB value is (239,254,14). Sum of RGB (Red+Green+Blue) = 239+254+14=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 254 (99.61% from 255 or 50.10% from 507); Blue value is 14 (5.86% from 255 or 2.76% from 507); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFE0E is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFFE0E is #1001F1. Grayscale: #DFDFDF. Windows color (decimal): -1049074 or 982767. OLE color: 982767.

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

Color convert

RGB 239 254 14 -
CMYK 0.06 0 0.94 0.00
HSL 63.75º 0.99% 0.53% -
HSV(B) 63.75º 0.94% 1% -
XYZ 71.12 89.27 13.9 -
YUV 222.16 10.53 140.01 -
System Red Green Blue C M Y K H S L
Decimal 239 254 14 0.06 0 0.94 0.00 63.75 0.99 0.53
Hex EF FE E 6 0 5E 0 40 63 35
Octal 357 376 16 6 0 136 0 100 143 65
Binary 11101111 11111110 1110 110 0 1011110 0 1000000 1100011 110101

Color Harmonies of #EFFE0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFE0E

Black with #EFFE0E

Text Example


Text Example

White with #EFFE0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFE0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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