Html Css Color HEX #E6801B Carrot Orange

📋 copy color: '#E6801B'

red 230 ◦ green 128 ◦ blue 27

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

Shades of Carrot Orange #E6801B

Tints of Carrot Orange #E6801B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.25%

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

R = 59.74%
G = 33.25%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.10

RGB Variations

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

Color information

#E6801B (or 0xE6801B) is known color: Carrot Orange. HEX triplet: E6, 80 and 1B. RGB value is (230,128,27). Sum of RGB (Red+Green+Blue) = 230+128+27=385 (50% of max value = 765). Red value is 230 (90.23% from 255 or 59.74% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 27 (10.94% from 255 or 7.01% from 385); Max value from RGB is 230 - color contains mainly: red. Hex color #E6801B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6801B is #197FE4. Grayscale: #939393. Windows color (decimal): -1671141 or 1802470. OLE color: 1802470.

HSL color Cylindrical-coordinate representation of color #E6801B: hue angle of 29.85º 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 #E6801B is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 128 27 -
CMYK 0 0.44 0.88 0.10
HSL 29.85º 0.8% 0.5% -
HSV(B) 29.85º 0.88% 0.9% -
XYZ 40.55 32.34 5.14 -
YUV 146.98 60.29 187.21 -
System Red Green Blue C M Y K H S L
Decimal 230 128 27 0 0.44 0.88 0.10 29.85 0.8 0.5
Hex E6 80 1B 0 2C 58 A 1E 50 32
Octal 346 200 33 0 54 130 12 36 120 62
Binary 11100110 10000000 11011 0 101100 1011000 1010 11110 1010000 110010

Color Harmonies of #E6801B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6801B

Black with #E6801B

Text Example


Text Example

White with #E6801B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6801B; }

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

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

background-color css

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

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

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

border-color css

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

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

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