Html Css Color HEX #EF8F10 Carrot Orange

📋 copy color: '#EF8F10'

red 239 ◦ green 143 ◦ blue 16

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

Shades of Carrot Orange #EF8F10

Tints of Carrot Orange #EF8F10

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.93%

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

R = 60.05%
G = 35.93%
B = 4.02%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#EF8F10 (or 0xEF8F10) is known color: Carrot Orange. HEX triplet: EF, 8F and 10. RGB value is (239,143,16). Sum of RGB (Red+Green+Blue) = 239+143+16=398 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.05% from 398); Green value is 143 (56.25% from 255 or 35.93% from 398); Blue value is 16 (6.64% from 255 or 4.02% from 398); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8F10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8F10 is #1070EF. Grayscale: #9D9D9D. Windows color (decimal): -1077488 or 1085423. OLE color: 1085423.

HSL color Cylindrical-coordinate representation of color #EF8F10: hue angle of 34.17º 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 #EF8F10 is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 143 16 -
CMYK 0 0.40 0.93 0.06
HSL 34.17º 0.87% 0.5% -
HSV(B) 34.17º 0.93% 0.94% -
XYZ 45.51 38.03 5.43 -
YUV 157.23 48.3 186.33 -
System Red Green Blue C M Y K H S L
Decimal 239 143 16 0 0.40 0.93 0.06 34.17 0.87 0.5
Hex EF 8F 10 0 28 5D 6 22 57 32
Octal 357 217 20 0 50 135 6 42 127 62
Binary 11101111 10001111 10000 0 101000 1011101 110 100010 1010111 110010

Color Harmonies of #EF8F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8F10

Black with #EF8F10

Text Example


Text Example

White with #EF8F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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