Html Css Color HEX #E1821A Carrot Orange

📋 copy color: '#E1821A'

red 225 ◦ green 130 ◦ blue 26

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

Shades of Carrot Orange #E1821A

Tints of Carrot Orange #E1821A

RGB

 RED value IS 225 (88.28% from 255) = 59.06%

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

 BLUE value IS 26 (10.55% from 255) = 6.82%

R = 59.06%
G = 34.12%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E1821A (or 0xE1821A) is known color: Carrot Orange. HEX triplet: E1, 82 and 1A. RGB value is (225,130,26). Sum of RGB (Red+Green+Blue) = 225+130+26=381 (50% of max value = 765). Red value is 225 (88.28% from 255 or 59.06% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 26 (10.55% from 255 or 6.82% from 381); Max value from RGB is 225 - color contains mainly: red. Hex color #E1821A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1821A is #1E7DE5. Grayscale: #939393. Windows color (decimal): -1998310 or 1737441. OLE color: 1737441.

HSL color Cylindrical-coordinate representation of color #E1821A: hue angle of 31.36º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E1821A is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 130 26 -
CMYK 0 0.42 0.88 0.12
HSL 31.36º 0.79% 0.49% -
HSV(B) 31.36º 0.88% 0.88% -
XYZ 39.22 32.05 5.1 -
YUV 146.55 59.97 183.96 -
System Red Green Blue C M Y K H S L
Decimal 225 130 26 0 0.42 0.88 0.12 31.36 0.79 0.49
Hex E1 82 1A 0 2A 58 C 1F 4F 31
Octal 341 202 32 0 52 130 14 37 117 61
Binary 11100001 10000010 11010 0 101010 1011000 1100 11111 1001111 110001

Color Harmonies of #E1821A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1821A

Black with #E1821A

Text Example


Text Example

White with #E1821A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1821A; }

 p { color: rgb(225,130,26); }

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

background-color css

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

 a { background-color: rgb(225,130,26); }

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

border-color css

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

 span { border-color: rgb(225,130,26); }

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