Html Css Color HEX #E38421 Carrot Orange

📋 copy color: '#E38421'

red 227 ◦ green 132 ◦ blue 33

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

Shades of Carrot Orange #E38421

Tints of Carrot Orange #E38421

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.67%

 BLUE value IS 33 (13.28% from 255) = 8.42%

R = 57.91%
G = 33.67%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.85

 K value IS 0.11

RGB Variations

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

Color information

#E38421 (or 0xE38421) is known color: Carrot Orange. HEX triplet: E3, 84 and 21. RGB value is (227,132,33). Sum of RGB (Red+Green+Blue) = 227+132+33=392 (51% of max value = 765). Red value is 227 (89.06% from 255 or 57.91% from 392); Green value is 132 (51.95% from 255 or 33.67% from 392); Blue value is 33 (13.28% from 255 or 8.42% from 392); Max value from RGB is 227 - color contains mainly: red. Hex color #E38421 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E38421 is #1C7BDE. Grayscale: #959595. Windows color (decimal): -1866719 or 2196707. OLE color: 2196707.

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

Color convert

RGB 227 132 33 -
CMYK 0 0.42 0.85 0.11
HSL 30.62º 0.78% 0.51% -
HSV(B) 30.62º 0.85% 0.89% -
XYZ 40.2 32.94 5.68 -
YUV 149.12 62.47 183.55 -
System Red Green Blue C M Y K H S L
Decimal 227 132 33 0 0.42 0.85 0.11 30.62 0.78 0.51
Hex E3 84 21 0 2A 55 B 1F 4E 33
Octal 343 204 41 0 52 125 13 37 116 63
Binary 11100011 10000100 100001 0 101010 1010101 1011 11111 1001110 110011

Color Harmonies of #E38421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E38421

Black with #E38421

Text Example


Text Example

White with #E38421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E38421; }

 p { color: rgb(227,132,33); }

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

background-color css

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

 a { background-color: rgb(227,132,33); }

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

border-color css

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

 span { border-color: rgb(227,132,33); }

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