Html Css Color HEX #E5941D Carrot Orange

📋 copy color: '#E5941D'

red 229 ◦ green 148 ◦ blue 29

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

Shades of Carrot Orange #E5941D

Tints of Carrot Orange #E5941D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.45%

 BLUE value IS 29 (11.72% from 255) = 7.14%

R = 56.4%
G = 36.45%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.87

 K value IS 0.10

RGB Variations

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

Color information

#E5941D (or 0xE5941D) is known color: Carrot Orange. HEX triplet: E5, 94 and 1D. RGB value is (229,148,29). Sum of RGB (Red+Green+Blue) = 229+148+29=406 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.40% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 29 (11.72% from 255 or 7.14% from 406); Max value from RGB is 229 - color contains mainly: red. Hex color #E5941D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5941D is #1A6BE2. Grayscale: #9F9F9F. Windows color (decimal): -1731555 or 1938661. OLE color: 1938661.

HSL color Cylindrical-coordinate representation of color #E5941D: hue angle of 35.7º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E5941D is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 148 29 -
CMYK 0 0.35 0.87 0.10
HSL 35.7º 0.79% 0.51% -
HSV(B) 35.7º 0.87% 0.9% -
XYZ 43.12 37.93 6.21 -
YUV 158.65 54.84 178.18 -
System Red Green Blue C M Y K H S L
Decimal 229 148 29 0 0.35 0.87 0.10 35.7 0.79 0.51
Hex E5 94 1D 0 23 57 A 24 4F 33
Octal 345 224 35 0 43 127 12 44 117 63
Binary 11100101 10010100 11101 0 100011 1010111 1010 100100 1001111 110011

Color Harmonies of #E5941D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5941D

Black with #E5941D

Text Example


Text Example

White with #E5941D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5941D; }

 p { color: rgb(229,148,29); }

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

background-color css

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

 a { background-color: rgb(229,148,29); }

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

border-color css

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

 span { border-color: rgb(229,148,29); }

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