Html Css Color HEX #E48C16 Carrot Orange

📋 copy color: '#E48C16'

red 228 ◦ green 140 ◦ blue 22

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

Shades of Carrot Orange #E48C16

Tints of Carrot Orange #E48C16

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.9%

 BLUE value IS 22 (8.98% from 255) = 5.64%

R = 58.46%
G = 35.9%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#E48C16 (or 0xE48C16) is known color: Carrot Orange. HEX triplet: E4, 8C and 16. RGB value is (228,140,22). Sum of RGB (Red+Green+Blue) = 228+140+22=390 (51% of max value = 765). Red value is 228 (89.45% from 255 or 58.46% from 390); Green value is 140 (55.08% from 255 or 35.90% from 390); Blue value is 22 (8.98% from 255 or 5.64% from 390); Max value from RGB is 228 - color contains mainly: red. Hex color #E48C16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E48C16 is #1B73E9. Grayscale: #999999. Windows color (decimal): -1799146 or 1477860. OLE color: 1477860.

HSL color Cylindrical-coordinate representation of color #E48C16: hue angle of 34.37º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E48C16 is Cyan = 0, Magento = 0.39, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 140 22 -
CMYK 0 0.39 0.90 0.11
HSL 34.37º 0.82% 0.49% -
HSV(B) 34.37º 0.9% 0.89% -
XYZ 41.52 35.31 5.39 -
YUV 152.86 54.15 181.59 -
System Red Green Blue C M Y K H S L
Decimal 228 140 22 0 0.39 0.90 0.11 34.37 0.82 0.49
Hex E4 8C 16 0 27 5A B 22 52 31
Octal 344 214 26 0 47 132 13 42 122 61
Binary 11100100 10001100 10110 0 100111 1011010 1011 100010 1010010 110001

Color Harmonies of #E48C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48C16

Black with #E48C16

Text Example


Text Example

White with #E48C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48C16; }

 p { color: rgb(228,140,22); }

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

background-color css

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

 a { background-color: rgb(228,140,22); }

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

border-color css

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

 span { border-color: rgb(228,140,22); }

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