Html Css Color HEX #E2821C Carrot Orange

📋 copy color: '#E2821C'

red 226 ◦ green 130 ◦ blue 28

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

Shades of Carrot Orange #E2821C

Tints of Carrot Orange #E2821C

RGB

 RED value IS 226 (88.67% from 255) = 58.85%

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

 BLUE value IS 28 (11.33% from 255) = 7.29%

R = 58.85%
G = 33.85%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#E2821C (or 0xE2821C) is known color: Carrot Orange. HEX triplet: E2, 82 and 1C. RGB value is (226,130,28). Sum of RGB (Red+Green+Blue) = 226+130+28=384 (50% of max value = 765). Red value is 226 (88.67% from 255 or 58.85% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 28 (11.33% from 255 or 7.29% from 384); Max value from RGB is 226 - color contains mainly: red. Hex color #E2821C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2821C is #1D7DE3. Grayscale: #939393. Windows color (decimal): -1932772 or 1868514. OLE color: 1868514.

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

Color convert

RGB 226 130 28 -
CMYK 0 0.42 0.88 0.11
HSL 30.91º 0.78% 0.5% -
HSV(B) 30.91º 0.88% 0.89% -
XYZ 39.56 32.22 5.23 -
YUV 147.08 60.8 184.29 -
System Red Green Blue C M Y K H S L
Decimal 226 130 28 0 0.42 0.88 0.11 30.91 0.78 0.5
Hex E2 82 1C 0 2A 58 B 1F 4E 32
Octal 342 202 34 0 52 130 13 37 116 62
Binary 11100010 10000010 11100 0 101010 1011000 1011 11111 1001110 110010

Color Harmonies of #E2821C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2821C

Black with #E2821C

Text Example


Text Example

White with #E2821C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2821C; }

 p { color: rgb(226,130,28); }

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

background-color css

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

 a { background-color: rgb(226,130,28); }

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

border-color css

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

 span { border-color: rgb(226,130,28); }

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