Html Css Color HEX #E6821A Carrot Orange

📋 copy color: '#E6821A'

red 230 ◦ green 130 ◦ blue 26

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

Shades of Carrot Orange #E6821A

Tints of Carrot Orange #E6821A

RGB

 RED value IS 230 (90.23% from 255) = 59.59%

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

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

R = 59.59%
G = 33.68%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.10

RGB Variations

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

Color information

#E6821A (or 0xE6821A) is known color: Carrot Orange. HEX triplet: E6, 82 and 1A. RGB value is (230,130,26). Sum of RGB (Red+Green+Blue) = 230+130+26=386 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.59% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 26 (10.55% from 255 or 6.74% from 386); Max value from RGB is 230 - color contains mainly: red. Hex color #E6821A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6821A is #197DE5. Grayscale: #949494. Windows color (decimal): -1670630 or 1737446. OLE color: 1737446.

HSL color Cylindrical-coordinate representation of color #E6821A: hue angle of 30.59º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E6821A is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 130 26 -
CMYK 0 0.43 0.89 0.10
HSL 30.59º 0.8% 0.5% -
HSV(B) 30.59º 0.89% 0.9% -
XYZ 40.8 32.86 5.17 -
YUV 148.04 59.13 186.46 -
System Red Green Blue C M Y K H S L
Decimal 230 130 26 0 0.43 0.89 0.10 30.59 0.8 0.5
Hex E6 82 1A 0 2B 59 A 1F 50 32
Octal 346 202 32 0 53 131 12 37 120 62
Binary 11100110 10000010 11010 0 101011 1011001 1010 11111 1010000 110010

Color Harmonies of #E6821A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6821A

Black with #E6821A

Text Example


Text Example

White with #E6821A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6821A; }

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

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

background-color css

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

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

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

border-color css

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

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

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