Html Css Color HEX #E58D2A Carrot Orange

📋 copy color: '#E58D2A'

red 229 ◦ green 141 ◦ blue 42

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

Shades of Carrot Orange #E58D2A

Tints of Carrot Orange #E58D2A

RGB

 RED value IS 229 (89.84% from 255) = 55.58%

 GREEN value IS 141 (55.47% from 255) = 34.22%

 BLUE value IS 42 (16.8% from 255) = 10.19%

R = 55.58%
G = 34.22%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E58D2A (or 0xE58D2A) is known color: Carrot Orange. HEX triplet: E5, 8D and 2A. RGB value is (229,141,42). Sum of RGB (Red+Green+Blue) = 229+141+42=412 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.58% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 42 (16.80% from 255 or 10.19% from 412); Max value from RGB is 229 - color contains mainly: red. Hex color #E58D2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E58D2A is #1A72D5. Grayscale: #9C9C9C. Windows color (decimal): -1733334 or 2788837. OLE color: 2788837.

HSL color Cylindrical-coordinate representation of color #E58D2A: hue angle of 31.76º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E58D2A is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 141 42 -
CMYK 0 0.38 0.82 0.10
HSL 31.76º 0.78% 0.53% -
HSV(B) 31.76º 0.82% 0.9% -
XYZ 42.26 35.87 6.89 -
YUV 156.03 63.65 180.05 -
System Red Green Blue C M Y K H S L
Decimal 229 141 42 0 0.38 0.82 0.10 31.76 0.78 0.53
Hex E5 8D 2A 0 26 52 A 20 4E 35
Octal 345 215 52 0 46 122 12 40 116 65
Binary 11100101 10001101 101010 0 100110 1010010 1010 100000 1001110 110101

Color Harmonies of #E58D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58D2A

Black with #E58D2A

Text Example


Text Example

White with #E58D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58D2A; }

 p { color: rgb(229,141,42); }

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

background-color css

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

 a { background-color: rgb(229,141,42); }

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

border-color css

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

 span { border-color: rgb(229,141,42); }

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