Html Css Color HEX #E69C21 Carrot Orange

📋 copy color: '#E69C21'

red 230 ◦ green 156 ◦ blue 33

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

Shades of Carrot Orange #E69C21

Tints of Carrot Orange #E69C21

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.23%

 BLUE value IS 33 (13.28% from 255) = 7.88%

R = 54.89%
G = 37.23%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E69C21 (or 0xE69C21) is known color: Carrot Orange. HEX triplet: E6, 9C and 21. RGB value is (230,156,33). Sum of RGB (Red+Green+Blue) = 230+156+33=419 (55% of max value = 765). Red value is 230 (90.23% from 255 or 54.89% from 419); Green value is 156 (61.33% from 255 or 37.23% from 419); Blue value is 33 (13.28% from 255 or 7.88% from 419); Max value from RGB is 230 - color contains mainly: red. Hex color #E69C21 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69C21 is #1963DE. Grayscale: #A4A4A4. Windows color (decimal): -1663967 or 2202854. OLE color: 2202854.

HSL color Cylindrical-coordinate representation of color #E69C21: hue angle of 37.46º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E69C21 is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 156 33 -
CMYK 0 0.32 0.86 0.10
HSL 37.46º 0.8% 0.52% -
HSV(B) 37.46º 0.86% 0.9% -
XYZ 44.8 40.71 6.94 -
YUV 164.1 54.02 175 -
System Red Green Blue C M Y K H S L
Decimal 230 156 33 0 0.32 0.86 0.10 37.46 0.8 0.52
Hex E6 9C 21 0 20 56 A 25 50 34
Octal 346 234 41 0 40 126 12 45 120 64
Binary 11100110 10011100 100001 0 100000 1010110 1010 100101 1010000 110100

Color Harmonies of #E69C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69C21

Black with #E69C21

Text Example


Text Example

White with #E69C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69C21; }

 p { color: rgb(230,156,33); }

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

background-color css

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

 a { background-color: rgb(230,156,33); }

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

border-color css

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

 span { border-color: rgb(230,156,33); }

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