Html Css Color HEX #E78014 Carrot Orange

📋 copy color: '#E78014'

red 231 ◦ green 128 ◦ blue 20

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

Shades of Carrot Orange #E78014

Tints of Carrot Orange #E78014

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.77%

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

R = 60.95%
G = 33.77%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E78014 (or 0xE78014) is known color: Carrot Orange. HEX triplet: E7, 80 and 14. RGB value is (231,128,20). Sum of RGB (Red+Green+Blue) = 231+128+20=379 (50% of max value = 765). Red value is 231 (90.62% from 255 or 60.95% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 20 (8.20% from 255 or 5.28% from 379); Max value from RGB is 231 - color contains mainly: red. Hex color #E78014 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E78014 is #187FEB. Grayscale: #939393. Windows color (decimal): -1605612 or 1343719. OLE color: 1343719.

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

Color convert

RGB 231 128 20 -
CMYK 0 0.45 0.91 0.09
HSL 30.71º 0.84% 0.49% -
HSV(B) 30.71º 0.91% 0.91% -
XYZ 40.8 32.48 4.78 -
YUV 146.49 56.62 188.28 -
System Red Green Blue C M Y K H S L
Decimal 231 128 20 0 0.45 0.91 0.09 30.71 0.84 0.49
Hex E7 80 14 0 2D 5B 9 1F 54 31
Octal 347 200 24 0 55 133 11 37 124 61
Binary 11100111 10000000 10100 0 101101 1011011 1001 11111 1010100 110001

Color Harmonies of #E78014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78014

Black with #E78014

Text Example


Text Example

White with #E78014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78014; }

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

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

background-color css

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

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

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

border-color css

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

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

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