Html Css Color HEX #EF8418 Carrot Orange

📋 copy color: '#EF8418'

red 239 ◦ green 132 ◦ blue 24

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

Shades of Carrot Orange #EF8418

Tints of Carrot Orange #EF8418

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.42%

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

R = 60.51%
G = 33.42%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EF8418 (or 0xEF8418) is known color: Carrot Orange. HEX triplet: EF, 84 and 18. RGB value is (239,132,24). Sum of RGB (Red+Green+Blue) = 239+132+24=395 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.51% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 24 (9.77% from 255 or 6.08% from 395); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8418 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8418 is #107BE7. Grayscale: #989898. Windows color (decimal): -1080296 or 1606895. OLE color: 1606895.

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

Color convert

RGB 239 132 24 -
CMYK 0 0.45 0.90 0.06
HSL 30.14º 0.87% 0.52% -
HSV(B) 30.14º 0.9% 0.94% -
XYZ 44.01 34.92 5.28 -
YUV 151.68 55.95 190.28 -
System Red Green Blue C M Y K H S L
Decimal 239 132 24 0 0.45 0.90 0.06 30.14 0.87 0.52
Hex EF 84 18 0 2D 5A 6 1E 57 34
Octal 357 204 30 0 55 132 6 36 127 64
Binary 11101111 10000100 11000 0 101101 1011010 110 11110 1010111 110100

Color Harmonies of #EF8418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8418

Black with #EF8418

Text Example


Text Example

White with #EF8418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8418; }

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

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

background-color css

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

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

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

border-color css

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

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

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