Html Css Color HEX #E69720 Carrot Orange

📋 copy color: '#E69720'

red 230 ◦ green 151 ◦ blue 32

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

Shades of Carrot Orange #E69720

Tints of Carrot Orange #E69720

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.56%

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

R = 55.69%
G = 36.56%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E69720 (or 0xE69720) is known color: Carrot Orange. HEX triplet: E6, 97 and 20. RGB value is (230,151,32). Sum of RGB (Red+Green+Blue) = 230+151+32=413 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.69% from 413); Green value is 151 (59.38% from 255 or 36.56% from 413); Blue value is 32 (12.89% from 255 or 7.75% from 413); Max value from RGB is 230 - color contains mainly: red. Hex color #E69720 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69720 is #1968DF. Grayscale: #A1A1A1. Windows color (decimal): -1665248 or 2136038. OLE color: 2136038.

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

Color convert

RGB 230 151 32 -
CMYK 0 0.34 0.86 0.10
HSL 36.06º 0.8% 0.51% -
HSV(B) 36.06º 0.86% 0.9% -
XYZ 43.96 39.06 6.59 -
YUV 161.06 55.17 177.18 -
System Red Green Blue C M Y K H S L
Decimal 230 151 32 0 0.34 0.86 0.10 36.06 0.8 0.51
Hex E6 97 20 0 22 56 A 24 50 33
Octal 346 227 40 0 42 126 12 44 120 63
Binary 11100110 10010111 100000 0 100010 1010110 1010 100100 1010000 110011

Color Harmonies of #E69720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69720

Black with #E69720

Text Example


Text Example

White with #E69720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69720; }

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

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

background-color css

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

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

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

border-color css

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

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

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