Html Css Color HEX #E6821B Carrot Orange

📋 copy color: '#E6821B'

red 230 ◦ green 130 ◦ blue 27

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

Shades of Carrot Orange #E6821B

Tints of Carrot Orange #E6821B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.98%

R = 59.43%
G = 33.59%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.88

 K value IS 0.10

RGB Variations

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

Color information

#E6821B (or 0xE6821B) is known color: Carrot Orange. HEX triplet: E6, 82 and 1B. RGB value is (230,130,27). Sum of RGB (Red+Green+Blue) = 230+130+27=387 (51% of max value = 765). Red value is 230 (90.23% from 255 or 59.43% from 387); Green value is 130 (51.17% from 255 or 33.59% from 387); Blue value is 27 (10.94% from 255 or 6.98% from 387); Max value from RGB is 230 - color contains mainly: red. Hex color #E6821B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6821B is #197DE4. Grayscale: #949494. Windows color (decimal): -1670629 or 1802982. OLE color: 1802982.

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

Color convert

RGB 230 130 27 -
CMYK 0 0.43 0.88 0.10
HSL 30.44º 0.8% 0.5% -
HSV(B) 30.44º 0.88% 0.9% -
XYZ 40.81 32.87 5.23 -
YUV 148.16 59.63 186.38 -
System Red Green Blue C M Y K H S L
Decimal 230 130 27 0 0.43 0.88 0.10 30.44 0.8 0.5
Hex E6 82 1B 0 2B 58 A 1E 50 32
Octal 346 202 33 0 53 130 12 36 120 62
Binary 11100110 10000010 11011 0 101011 1011000 1010 11110 1010000 110010

Color Harmonies of #E6821B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6821B

Black with #E6821B

Text Example


Text Example

White with #E6821B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6821B; }

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

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

background-color css

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

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

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

border-color css

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

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

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