Html Css Color HEX #EF8118 Carrot Orange

📋 copy color: '#EF8118'

red 239 ◦ green 129 ◦ blue 24

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

Shades of Carrot Orange #EF8118

Tints of Carrot Orange #EF8118

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.91%

 BLUE value IS 24 (9.77% from 255) = 6.12%

R = 60.97%
G = 32.91%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EF8118 (or 0xEF8118) is known color: Carrot Orange. HEX triplet: EF, 81 and 18. RGB value is (239,129,24). Sum of RGB (Red+Green+Blue) = 239+129+24=392 (51% of max value = 765). Red value is 239 (93.75% from 255 or 60.97% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 24 (9.77% from 255 or 6.12% from 392); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8118 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8118 is #107EE7. Grayscale: #969696. Windows color (decimal): -1081064 or 1606127. OLE color: 1606127.

HSL color Cylindrical-coordinate representation of color #EF8118: hue angle of 29.3º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EF8118 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 129 24 -
CMYK 0 0.46 0.90 0.06
HSL 29.3º 0.87% 0.52% -
HSV(B) 29.3º 0.9% 0.94% -
XYZ 43.61 34.12 5.15 -
YUV 149.92 56.94 191.54 -
System Red Green Blue C M Y K H S L
Decimal 239 129 24 0 0.46 0.90 0.06 29.3 0.87 0.52
Hex EF 81 18 0 2E 5A 6 1D 57 34
Octal 357 201 30 0 56 132 6 35 127 64
Binary 11101111 10000001 11000 0 101110 1011010 110 11101 1010111 110100

Color Harmonies of #EF8118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8118

Black with #EF8118

Text Example


Text Example

White with #EF8118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8118; }

 p { color: rgb(239,129,24); }

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

background-color css

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

 a { background-color: rgb(239,129,24); }

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

border-color css

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

 span { border-color: rgb(239,129,24); }

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