Html Css Color HEX #EFAF10 Dark Tangerine

📋 copy color: '#EFAF10'

red 239 ◦ green 175 ◦ blue 16

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

Shades of Dark Tangerine #EFAF10

Tints of Dark Tangerine #EFAF10

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.7%

 BLUE value IS 16 (6.64% from 255) = 3.72%

R = 55.58%
G = 40.7%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#EFAF10 (or 0xEFAF10) is known color: Dark Tangerine. HEX triplet: EF, AF and 10. RGB value is (239,175,16). Sum of RGB (Red+Green+Blue) = 239+175+16=430 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.58% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 16 (6.64% from 255 or 3.72% from 430); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAF10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFAF10 is #1050EF. Grayscale: #B0B0B0. Windows color (decimal): -1069296 or 1093615. OLE color: 1093615.

HSL color Cylindrical-coordinate representation of color #EFAF10: hue angle of 42.78º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EFAF10 is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 175 16 -
CMYK 0 0.27 0.93 0.06
HSL 42.78º 0.87% 0.5% -
HSV(B) 42.78º 0.93% 0.94% -
XYZ 51.02 49.05 7.27 -
YUV 176.01 37.7 172.93 -
System Red Green Blue C M Y K H S L
Decimal 239 175 16 0 0.27 0.93 0.06 42.78 0.87 0.5
Hex EF AF 10 0 1B 5D 6 2B 57 32
Octal 357 257 20 0 33 135 6 53 127 62
Binary 11101111 10101111 10000 0 11011 1011101 110 101011 1010111 110010

Color Harmonies of #EFAF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAF10

Black with #EFAF10

Text Example


Text Example

White with #EFAF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAF10; }

 p { color: rgb(239,175,16); }

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

background-color css

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

 a { background-color: rgb(239,175,16); }

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

border-color css

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

 span { border-color: rgb(239,175,16); }

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