Html Css Color HEX #E48325 Carrot Orange

📋 copy color: '#E48325'

red 228 ◦ green 131 ◦ blue 37

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

Shades of Carrot Orange #E48325

Tints of Carrot Orange #E48325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 9.34%

R = 57.58%
G = 33.08%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.84

 K value IS 0.11

RGB Variations

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

Color information

#E48325 (or 0xE48325) is known color: Carrot Orange. HEX triplet: E4, 83 and 25. RGB value is (228,131,37). Sum of RGB (Red+Green+Blue) = 228+131+37=396 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57.58% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 37 (14.84% from 255 or 9.34% from 396); Max value from RGB is 228 - color contains mainly: red. Hex color #E48325 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48325 is #1B7CDA. Grayscale: #959595. Windows color (decimal): -1801435 or 2458596. OLE color: 2458596.

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

Color convert

RGB 228 131 37 -
CMYK 0 0.43 0.84 0.11
HSL 29.53º 0.78% 0.52% -
HSV(B) 29.53º 0.84% 0.89% -
XYZ 40.45 32.86 5.96 -
YUV 149.29 64.64 184.14 -
System Red Green Blue C M Y K H S L
Decimal 228 131 37 0 0.43 0.84 0.11 29.53 0.78 0.52
Hex E4 83 25 0 2B 54 B 1E 4E 34
Octal 344 203 45 0 53 124 13 36 116 64
Binary 11100100 10000011 100101 0 101011 1010100 1011 11110 1001110 110100

Color Harmonies of #E48325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48325

Black with #E48325

Text Example


Text Example

White with #E48325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48325; }

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

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

background-color css

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

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

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

border-color css

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

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

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