Html Css Color HEX #EF8315 Carrot Orange

📋 copy color: '#EF8315'

red 239 ◦ green 131 ◦ blue 21

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

Shades of Carrot Orange #EF8315

Tints of Carrot Orange #EF8315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.37%

R = 61.13%
G = 33.5%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#EF8315 (or 0xEF8315) is known color: Carrot Orange. HEX triplet: EF, 83 and 15. RGB value is (239,131,21). Sum of RGB (Red+Green+Blue) = 239+131+21=391 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.13% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 21 (8.59% from 255 or 5.37% from 391); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8315 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8315 is #107CEA. Grayscale: #979797. Windows color (decimal): -1080555 or 1410031. OLE color: 1410031.

HSL color Cylindrical-coordinate representation of color #EF8315: hue angle of 30.28º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EF8315 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 131 21 -
CMYK 0 0.45 0.91 0.06
HSL 30.28º 0.87% 0.51% -
HSV(B) 30.28º 0.91% 0.94% -
XYZ 43.85 34.64 5.08 -
YUV 150.75 54.78 190.94 -
System Red Green Blue C M Y K H S L
Decimal 239 131 21 0 0.45 0.91 0.06 30.28 0.87 0.51
Hex EF 83 15 0 2D 5B 6 1E 57 33
Octal 357 203 25 0 55 133 6 36 127 63
Binary 11101111 10000011 10101 0 101101 1011011 110 11110 1010111 110011

Color Harmonies of #EF8315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8315

Black with #EF8315

Text Example


Text Example

White with #EF8315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8315; }

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

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

background-color css

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

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

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

border-color css

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

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

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