Html Css Color HEX #EFFE0C Yellow

📋 copy color: '#EFFE0C'

red 239 ◦ green 254 ◦ blue 12

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

Shades of Yellow #EFFE0C

Tints of Yellow #EFFE0C

RGB

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

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

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

R = 47.33%
G = 50.3%
B = 2.38%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#EFFE0C (or 0xEFFE0C) is known color: Yellow. HEX triplet: EF, FE and 0C. RGB value is (239,254,12). Sum of RGB (Red+Green+Blue) = 239+254+12=505 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.33% from 505); Green value is 254 (99.61% from 255 or 50.30% from 505); Blue value is 12 (5.08% from 255 or 2.38% from 505); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFE0C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #EFFE0C is #1001F3. Grayscale: #DEDEDE. Windows color (decimal): -1049076 or 851695. OLE color: 851695.

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

Color convert

RGB 239 254 12 -
CMYK 0.06 0 0.95 0.00
HSL 63.72º 0.99% 0.52% -
HSV(B) 63.72º 0.95% 1% -
XYZ 71.1 89.26 13.83 -
YUV 221.93 9.53 140.18 -
System Red Green Blue C M Y K H S L
Decimal 239 254 12 0.06 0 0.95 0.00 63.72 0.99 0.52
Hex EF FE C 6 0 5F 0 40 63 34
Octal 357 376 14 6 0 137 0 100 143 64
Binary 11101111 11111110 1100 110 0 1011111 0 1000000 1100011 110100

Color Harmonies of #EFFE0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFE0C

Black with #EFFE0C

Text Example


Text Example

White with #EFFE0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFE0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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