Html Css Color HEX #EF8318 Carrot Orange

📋 copy color: '#EF8318'

red 239 ◦ green 131 ◦ blue 24

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

Shades of Carrot Orange #EF8318

Tints of Carrot Orange #EF8318

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.25%

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

R = 60.66%
G = 33.25%
B = 6.09%

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

#EF8318 (or 0xEF8318) is known color: Carrot Orange. HEX triplet: EF, 83 and 18. RGB value is (239,131,24). Sum of RGB (Red+Green+Blue) = 239+131+24=394 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.66% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 24 (9.77% from 255 or 6.09% from 394); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8318 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8318 is #107CE7. Grayscale: #979797. Windows color (decimal): -1080552 or 1606639. OLE color: 1606639.

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

Color convert

RGB 239 131 24 -
CMYK 0 0.45 0.90 0.06
HSL 29.86º 0.87% 0.52% -
HSV(B) 29.86º 0.9% 0.94% -
XYZ 43.88 34.65 5.24 -
YUV 151.09 56.28 190.7 -
System Red Green Blue C M Y K H S L
Decimal 239 131 24 0 0.45 0.90 0.06 29.86 0.87 0.52
Hex EF 83 18 0 2D 5A 6 1E 57 34
Octal 357 203 30 0 55 132 6 36 127 64
Binary 11101111 10000011 11000 0 101101 1011010 110 11110 1010111 110100

Color Harmonies of #EF8318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8318

Black with #EF8318

Text Example


Text Example

White with #EF8318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8318; }

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

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

background-color css

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

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

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

border-color css

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

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

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