Html Css Color HEX #E6861B Carrot Orange

📋 copy color: '#E6861B'

red 230 ◦ green 134 ◦ blue 27

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

Shades of Carrot Orange #E6861B

Tints of Carrot Orange #E6861B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.27%

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

R = 58.82%
G = 34.27%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.88

 K value IS 0.10

RGB Variations

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

Color information

#E6861B (or 0xE6861B) is known color: Carrot Orange. HEX triplet: E6, 86 and 1B. RGB value is (230,134,27). Sum of RGB (Red+Green+Blue) = 230+134+27=391 (51% of max value = 765). Red value is 230 (90.23% from 255 or 58.82% from 391); Green value is 134 (52.73% from 255 or 34.27% from 391); Blue value is 27 (10.94% from 255 or 6.91% from 391); Max value from RGB is 230 - color contains mainly: red. Hex color #E6861B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6861B is #1979E4. Grayscale: #979797. Windows color (decimal): -1669605 or 1804006. OLE color: 1804006.

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

Color convert

RGB 230 134 27 -
CMYK 0 0.42 0.88 0.10
HSL 31.63º 0.8% 0.5% -
HSV(B) 31.63º 0.88% 0.9% -
XYZ 41.36 33.95 5.41 -
YUV 150.51 58.3 184.7 -
System Red Green Blue C M Y K H S L
Decimal 230 134 27 0 0.42 0.88 0.10 31.63 0.8 0.5
Hex E6 86 1B 0 2A 58 A 20 50 32
Octal 346 206 33 0 52 130 12 40 120 62
Binary 11100110 10000110 11011 0 101010 1011000 1010 100000 1010000 110010

Color Harmonies of #E6861B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6861B

Black with #E6861B

Text Example


Text Example

White with #E6861B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6861B; }

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

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

background-color css

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

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

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

border-color css

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

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

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