Html Css Color HEX #E68320 Carrot Orange

📋 copy color: '#E68320'

red 230 ◦ green 131 ◦ blue 32

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

Shades of Carrot Orange #E68320

Tints of Carrot Orange #E68320

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.33%

 BLUE value IS 32 (12.89% from 255) = 8.14%

R = 58.52%
G = 33.33%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E68320 (or 0xE68320) is known color: Carrot Orange. HEX triplet: E6, 83 and 20. RGB value is (230,131,32). Sum of RGB (Red+Green+Blue) = 230+131+32=393 (52% of max value = 765). Red value is 230 (90.23% from 255 or 58.52% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 32 (12.89% from 255 or 8.14% from 393); Max value from RGB is 230 - color contains mainly: red. Hex color #E68320 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68320 is #197CDF. Grayscale: #959595. Windows color (decimal): -1670368 or 2130918. OLE color: 2130918.

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

Color convert

RGB 230 131 32 -
CMYK 0 0.43 0.86 0.10
HSL 30º 0.8% 0.51% -
HSV(B) 30º 0.86% 0.9% -
XYZ 41.01 33.16 5.61 -
YUV 149.32 61.8 185.55 -
System Red Green Blue C M Y K H S L
Decimal 230 131 32 0 0.43 0.86 0.10 30 0.8 0.51
Hex E6 83 20 0 2B 56 A 1E 50 33
Octal 346 203 40 0 53 126 12 36 120 63
Binary 11100110 10000011 100000 0 101011 1010110 1010 11110 1010000 110011

Color Harmonies of #E68320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68320

Black with #E68320

Text Example


Text Example

White with #E68320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68320; }

 p { color: rgb(230,131,32); }

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

background-color css

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

 a { background-color: rgb(230,131,32); }

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

border-color css

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

 span { border-color: rgb(230,131,32); }

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