Html Css Color HEX #E69116 Carrot Orange

📋 copy color: '#E69116'

red 230 ◦ green 145 ◦ blue 22

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

Shades of Carrot Orange #E69116

Tints of Carrot Orange #E69116

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.52%

 BLUE value IS 22 (8.98% from 255) = 5.54%

R = 57.93%
G = 36.52%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#E69116 (or 0xE69116) is known color: Carrot Orange. HEX triplet: E6, 91 and 16. RGB value is (230,145,22). Sum of RGB (Red+Green+Blue) = 230+145+22=397 (52% of max value = 765). Red value is 230 (90.23% from 255 or 57.93% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 22 (8.98% from 255 or 5.54% from 397); Max value from RGB is 230 - color contains mainly: red. Hex color #E69116 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E69116 is #196EE9. Grayscale: #9C9C9C. Windows color (decimal): -1666794 or 1479142. OLE color: 1479142.

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

Color convert

RGB 230 145 22 -
CMYK 0 0.37 0.90 0.10
HSL 35.48º 0.83% 0.49% -
HSV(B) 35.48º 0.9% 0.9% -
XYZ 42.9 37.13 5.66 -
YUV 156.39 52.16 180.5 -
System Red Green Blue C M Y K H S L
Decimal 230 145 22 0 0.37 0.90 0.10 35.48 0.83 0.49
Hex E6 91 16 0 25 5A A 23 53 31
Octal 346 221 26 0 45 132 12 43 123 61
Binary 11100110 10010001 10110 0 100101 1011010 1010 100011 1010011 110001

Color Harmonies of #E69116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69116

Black with #E69116

Text Example


Text Example

White with #E69116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69116; }

 p { color: rgb(230,145,22); }

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

background-color css

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

 a { background-color: rgb(230,145,22); }

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

border-color css

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

 span { border-color: rgb(230,145,22); }

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