Html Css Color HEX #E48614 Carrot Orange

📋 copy color: '#E48614'

red 228 ◦ green 134 ◦ blue 20

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

Shades of Carrot Orange #E48614

Tints of Carrot Orange #E48614

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.08%

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

R = 59.69%
G = 35.08%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E48614 (or 0xE48614) is known color: Carrot Orange. HEX triplet: E4, 86 and 14. RGB value is (228,134,20). Sum of RGB (Red+Green+Blue) = 228+134+20=382 (50% of max value = 765). Red value is 228 (89.45% from 255 or 59.69% from 382); Green value is 134 (52.73% from 255 or 35.08% from 382); Blue value is 20 (8.20% from 255 or 5.24% from 382); Max value from RGB is 228 - color contains mainly: red. Hex color #E48614 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E48614 is #1B79EB. Grayscale: #959595. Windows color (decimal): -1800684 or 1345252. OLE color: 1345252.

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

Color convert

RGB 228 134 20 -
CMYK 0 0.41 0.91 0.11
HSL 32.88º 0.84% 0.49% -
HSV(B) 32.88º 0.91% 0.89% -
XYZ 40.65 33.59 5 -
YUV 149.11 55.14 184.27 -
System Red Green Blue C M Y K H S L
Decimal 228 134 20 0 0.41 0.91 0.11 32.88 0.84 0.49
Hex E4 86 14 0 29 5B B 21 54 31
Octal 344 206 24 0 51 133 13 41 124 61
Binary 11100100 10000110 10100 0 101001 1011011 1011 100001 1010100 110001

Color Harmonies of #E48614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48614

Black with #E48614

Text Example


Text Example

White with #E48614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48614; }

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

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

background-color css

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

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

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

border-color css

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

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

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