Html Css Color HEX #E69920 Carrot Orange

📋 copy color: '#E69920'

red 230 ◦ green 153 ◦ blue 32

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

Shades of Carrot Orange #E69920

Tints of Carrot Orange #E69920

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.87%

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

R = 55.42%
G = 36.87%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E69920 (or 0xE69920) is known color: Carrot Orange. HEX triplet: E6, 99 and 20. RGB value is (230,153,32). Sum of RGB (Red+Green+Blue) = 230+153+32=415 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.42% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 32 (12.89% from 255 or 7.71% from 415); Max value from RGB is 230 - color contains mainly: red. Hex color #E69920 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69920 is #1966DF. Grayscale: #A2A2A2. Windows color (decimal): -1664736 or 2136550. OLE color: 2136550.

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

Color convert

RGB 230 153 32 -
CMYK 0 0.33 0.86 0.10
HSL 36.67º 0.8% 0.51% -
HSV(B) 36.67º 0.86% 0.9% -
XYZ 44.29 39.71 6.7 -
YUV 162.23 54.51 176.34 -
System Red Green Blue C M Y K H S L
Decimal 230 153 32 0 0.33 0.86 0.10 36.67 0.8 0.51
Hex E6 99 20 0 21 56 A 25 50 33
Octal 346 231 40 0 41 126 12 45 120 63
Binary 11100110 10011001 100000 0 100001 1010110 1010 100101 1010000 110011

Color Harmonies of #E69920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69920

Black with #E69920

Text Example


Text Example

White with #E69920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69920; }

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

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

background-color css

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

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

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

border-color css

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

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

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