Html Css Color HEX #E38220 Carrot Orange

📋 copy color: '#E38220'

red 227 ◦ green 130 ◦ blue 32

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

Shades of Carrot Orange #E38220

Tints of Carrot Orange #E38220

RGB

 RED value IS 227 (89.06% from 255) = 58.35%

 GREEN value IS 130 (51.17% from 255) = 33.42%

 BLUE value IS 32 (12.89% from 255) = 8.23%

R = 58.35%
G = 33.42%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E38220 (or 0xE38220) is known color: Carrot Orange. HEX triplet: E3, 82 and 20. RGB value is (227,130,32). Sum of RGB (Red+Green+Blue) = 227+130+32=389 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.35% from 389); Green value is 130 (51.17% from 255 or 33.42% from 389); Blue value is 32 (12.89% from 255 or 8.23% from 389); Max value from RGB is 227 - color contains mainly: red. Hex color #E38220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E38220 is #1C7DDF. Grayscale: #949494. Windows color (decimal): -1867232 or 2130659. OLE color: 2130659.

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

Color convert

RGB 227 130 32 -
CMYK 0 0.43 0.86 0.11
HSL 30.15º 0.78% 0.51% -
HSV(B) 30.15º 0.86% 0.89% -
XYZ 39.92 32.4 5.52 -
YUV 147.83 62.64 184.47 -
System Red Green Blue C M Y K H S L
Decimal 227 130 32 0 0.43 0.86 0.11 30.15 0.78 0.51
Hex E3 82 20 0 2B 56 B 1E 4E 33
Octal 343 202 40 0 53 126 13 36 116 63
Binary 11100011 10000010 100000 0 101011 1010110 1011 11110 1001110 110011

Color Harmonies of #E38220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E38220

Black with #E38220

Text Example


Text Example

White with #E38220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E38220; }

 p { color: rgb(227,130,32); }

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

background-color css

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

 a { background-color: rgb(227,130,32); }

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

border-color css

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

 span { border-color: rgb(227,130,32); }

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