Html Css Color HEX #E78314 Carrot Orange

📋 copy color: '#E78314'

red 231 ◦ green 131 ◦ blue 20

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

Shades of Carrot Orange #E78314

Tints of Carrot Orange #E78314

RGB

 RED value IS 231 (90.63% from 255) = 60.47%

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

 BLUE value IS 20 (8.2% from 255) = 5.24%

R = 60.47%
G = 34.29%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E78314 (or 0xE78314) is known color: Carrot Orange. HEX triplet: E7, 83 and 14. RGB value is (231,131,20). Sum of RGB (Red+Green+Blue) = 231+131+20=382 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.47% from 382); Green value is 131 (51.56% from 255 or 34.29% from 382); Blue value is 20 (8.20% from 255 or 5.24% from 382); Max value from RGB is 231 - color contains mainly: red. Hex color #E78314 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E78314 is #187CEB. Grayscale: #949494. Windows color (decimal): -1604844 or 1344487. OLE color: 1344487.

HSL color Cylindrical-coordinate representation of color #E78314: hue angle of 31.56º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E78314 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 131 20 -
CMYK 0 0.43 0.91 0.09
HSL 31.56º 0.84% 0.49% -
HSV(B) 31.56º 0.91% 0.91% -
XYZ 41.2 33.27 4.91 -
YUV 148.25 55.63 187.03 -
System Red Green Blue C M Y K H S L
Decimal 231 131 20 0 0.43 0.91 0.09 31.56 0.84 0.49
Hex E7 83 14 0 2B 5B 9 20 54 31
Octal 347 203 24 0 53 133 11 40 124 61
Binary 11100111 10000011 10100 0 101011 1011011 1001 100000 1010100 110001

Color Harmonies of #E78314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78314

Black with #E78314

Text Example


Text Example

White with #E78314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78314; }

 p { color: rgb(231,131,20); }

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

background-color css

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

 a { background-color: rgb(231,131,20); }

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

border-color css

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

 span { border-color: rgb(231,131,20); }

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