Html Css Color HEX #EF8518 Carrot Orange

📋 copy color: '#EF8518'

red 239 ◦ green 133 ◦ blue 24

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

Shades of Carrot Orange #EF8518

Tints of Carrot Orange #EF8518

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.59%

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

R = 60.35%
G = 33.59%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EF8518 (or 0xEF8518) is known color: Carrot Orange. HEX triplet: EF, 85 and 18. RGB value is (239,133,24). Sum of RGB (Red+Green+Blue) = 239+133+24=396 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.35% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 24 (9.77% from 255 or 6.06% from 396); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8518 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8518 is #107AE7. Grayscale: #989898. Windows color (decimal): -1080040 or 1607151. OLE color: 1607151.

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

Color convert

RGB 239 133 24 -
CMYK 0 0.44 0.90 0.06
HSL 30.42º 0.87% 0.52% -
HSV(B) 30.42º 0.9% 0.94% -
XYZ 44.15 35.19 5.33 -
YUV 152.27 55.62 189.86 -
System Red Green Blue C M Y K H S L
Decimal 239 133 24 0 0.44 0.90 0.06 30.42 0.87 0.52
Hex EF 85 18 0 2C 5A 6 1E 57 34
Octal 357 205 30 0 54 132 6 36 127 64
Binary 11101111 10000101 11000 0 101100 1011010 110 11110 1010111 110100

Color Harmonies of #EF8518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8518

Black with #EF8518

Text Example


Text Example

White with #EF8518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8518; }

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

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

background-color css

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

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

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

border-color css

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

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

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