Html Css Color HEX #E69320 Carrot Orange

📋 copy color: '#E69320'

red 230 ◦ green 147 ◦ blue 32

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

Shades of Carrot Orange #E69320

Tints of Carrot Orange #E69320

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.94%

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

R = 56.23%
G = 35.94%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E69320 (or 0xE69320) is known color: Carrot Orange. HEX triplet: E6, 93 and 20. RGB value is (230,147,32). Sum of RGB (Red+Green+Blue) = 230+147+32=409 (54% of max value = 765). Red value is 230 (90.23% from 255 or 56.23% from 409); Green value is 147 (57.81% from 255 or 35.94% from 409); Blue value is 32 (12.89% from 255 or 7.82% from 409); Max value from RGB is 230 - color contains mainly: red. Hex color #E69320 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69320 is #196CDF. Grayscale: #9F9F9F. Windows color (decimal): -1666272 or 2135014. OLE color: 2135014.

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

Color convert

RGB 230 147 32 -
CMYK 0 0.36 0.86 0.10
HSL 34.85º 0.8% 0.51% -
HSV(B) 34.85º 0.86% 0.9% -
XYZ 43.33 37.79 6.38 -
YUV 158.71 56.5 178.85 -
System Red Green Blue C M Y K H S L
Decimal 230 147 32 0 0.36 0.86 0.10 34.85 0.8 0.51
Hex E6 93 20 0 24 56 A 23 50 33
Octal 346 223 40 0 44 126 12 43 120 63
Binary 11100110 10010011 100000 0 100100 1010110 1010 100011 1010000 110011

Color Harmonies of #E69320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69320

Black with #E69320

Text Example


Text Example

White with #E69320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69320; }

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

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

background-color css

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

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

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

border-color css

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

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

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