Html Css Color HEX #E68614 Carrot Orange

📋 copy color: '#E68614'

red 230 ◦ green 134 ◦ blue 20

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

Shades of Carrot Orange #E68614

Tints of Carrot Orange #E68614

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.9%

 BLUE value IS 20 (8.2% from 255) = 5.21%

R = 59.9%
G = 34.9%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#E68614 (or 0xE68614) is known color: Carrot Orange. HEX triplet: E6, 86 and 14. RGB value is (230,134,20). Sum of RGB (Red+Green+Blue) = 230+134+20=384 (50% of max value = 765). Red value is 230 (90.23% from 255 or 59.90% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 20 (8.20% from 255 or 5.21% from 384); Max value from RGB is 230 - color contains mainly: red. Hex color #E68614 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E68614 is #1979EB. Grayscale: #969696. Windows color (decimal): -1669612 or 1345254. OLE color: 1345254.

HSL color Cylindrical-coordinate representation of color #E68614: hue angle of 32.57º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E68614 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 134 20 -
CMYK 0 0.42 0.91 0.10
HSL 32.57º 0.84% 0.49% -
HSV(B) 32.57º 0.91% 0.9% -
XYZ 41.28 33.92 5.03 -
YUV 149.71 54.8 185.27 -
System Red Green Blue C M Y K H S L
Decimal 230 134 20 0 0.42 0.91 0.10 32.57 0.84 0.49
Hex E6 86 14 0 2A 5B A 21 54 31
Octal 346 206 24 0 52 133 12 41 124 61
Binary 11100110 10000110 10100 0 101010 1011011 1010 100001 1010100 110001

Color Harmonies of #E68614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68614

Black with #E68614

Text Example


Text Example

White with #E68614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68614; }

 p { color: rgb(230,134,20); }

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

background-color css

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

 a { background-color: rgb(230,134,20); }

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

border-color css

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

 span { border-color: rgb(230,134,20); }

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