Html Css Color HEX #E69E20 Carrot Orange

📋 copy color: '#E69E20'

red 230 ◦ green 158 ◦ blue 32

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

Shades of Carrot Orange #E69E20

Tints of Carrot Orange #E69E20

RGB

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

 GREEN value IS 158 (62.11% from 255) = 37.62%

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

R = 54.76%
G = 37.62%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E69E20 (or 0xE69E20) is known color: Carrot Orange. HEX triplet: E6, 9E and 20. RGB value is (230,158,32). Sum of RGB (Red+Green+Blue) = 230+158+32=420 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.76% from 420); Green value is 158 (62.11% from 255 or 37.62% from 420); Blue value is 32 (12.89% from 255 or 7.62% from 420); Max value from RGB is 230 - color contains mainly: red. Hex color #E69E20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69E20 is #1961DF. Grayscale: #A5A5A5. Windows color (decimal): -1663456 or 2137830. OLE color: 2137830.

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

Color convert

RGB 230 158 32 -
CMYK 0 0.31 0.86 0.10
HSL 38.18º 0.8% 0.51% -
HSV(B) 38.18º 0.86% 0.9% -
XYZ 45.12 41.38 6.98 -
YUV 165.16 52.85 174.25 -
System Red Green Blue C M Y K H S L
Decimal 230 158 32 0 0.31 0.86 0.10 38.18 0.8 0.51
Hex E6 9E 20 0 1F 56 A 26 50 33
Octal 346 236 40 0 37 126 12 46 120 63
Binary 11100110 10011110 100000 0 11111 1010110 1010 100110 1010000 110011

Color Harmonies of #E69E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69E20

Black with #E69E20

Text Example


Text Example

White with #E69E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69E20; }

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

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

background-color css

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

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

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

border-color css

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

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

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