Html Css Color HEX #E68215 Carrot Orange

📋 copy color: '#E68215'

red 230 ◦ green 130 ◦ blue 21

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

Shades of Carrot Orange #E68215

Tints of Carrot Orange #E68215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.51%

R = 60.37%
G = 34.12%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#E68215 (or 0xE68215) is known color: Carrot Orange. HEX triplet: E6, 82 and 15. RGB value is (230,130,21). Sum of RGB (Red+Green+Blue) = 230+130+21=381 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.37% from 381); Green value is 130 (51.17% from 255 or 34.12% from 381); Blue value is 21 (8.59% from 255 or 5.51% from 381); Max value from RGB is 230 - color contains mainly: red. Hex color #E68215 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E68215 is #197DEA. Grayscale: #949494. Windows color (decimal): -1670635 or 1409766. OLE color: 1409766.

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

Color convert

RGB 230 130 21 -
CMYK 0 0.43 0.91 0.10
HSL 31.29º 0.83% 0.49% -
HSV(B) 31.29º 0.91% 0.9% -
XYZ 40.75 32.84 4.9 -
YUV 147.47 56.63 186.86 -
System Red Green Blue C M Y K H S L
Decimal 230 130 21 0 0.43 0.91 0.10 31.29 0.83 0.49
Hex E6 82 15 0 2B 5B A 1F 53 31
Octal 346 202 25 0 53 133 12 37 123 61
Binary 11100110 10000010 10101 0 101011 1011011 1010 11111 1010011 110001

Color Harmonies of #E68215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68215

Black with #E68215

Text Example


Text Example

White with #E68215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68215; }

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

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

background-color css

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

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

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

border-color css

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

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

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