Html Css Color HEX #E48314 Carrot Orange

📋 copy color: '#E48314'

red 228 ◦ green 131 ◦ blue 20

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

Shades of Carrot Orange #E48314

Tints of Carrot Orange #E48314

RGB

 RED value IS 228 (89.45% from 255) = 60.16%

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

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

R = 60.16%
G = 34.56%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E48314 (or 0xE48314) is known color: Carrot Orange. HEX triplet: E4, 83 and 14. RGB value is (228,131,20). Sum of RGB (Red+Green+Blue) = 228+131+20=379 (50% of max value = 765). Red value is 228 (89.45% from 255 or 60.16% from 379); Green value is 131 (51.56% from 255 or 34.56% from 379); Blue value is 20 (8.20% from 255 or 5.28% from 379); Max value from RGB is 228 - color contains mainly: red. Hex color #E48314 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E48314 is #1B7CEB. Grayscale: #939393. Windows color (decimal): -1801452 or 1344484. OLE color: 1344484.

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

Color convert

RGB 228 131 20 -
CMYK 0 0.43 0.91 0.11
HSL 32.02º 0.84% 0.49% -
HSV(B) 32.02º 0.91% 0.89% -
XYZ 40.24 32.78 4.87 -
YUV 147.35 56.14 185.53 -
System Red Green Blue C M Y K H S L
Decimal 228 131 20 0 0.43 0.91 0.11 32.02 0.84 0.49
Hex E4 83 14 0 2B 5B B 20 54 31
Octal 344 203 24 0 53 133 13 40 124 61
Binary 11100100 10000011 10100 0 101011 1011011 1011 100000 1010100 110001

Color Harmonies of #E48314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48314

Black with #E48314

Text Example


Text Example

White with #E48314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48314; }

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

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

background-color css

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

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

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

border-color css

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

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

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