Html Css Color HEX #E68014 Carrot Orange

📋 copy color: '#E68014'

red 230 ◦ green 128 ◦ blue 20

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

Shades of Carrot Orange #E68014

Tints of Carrot Orange #E68014

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.86%

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

R = 60.85%
G = 33.86%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#E68014 (or 0xE68014) is known color: Carrot Orange. HEX triplet: E6, 80 and 14. RGB value is (230,128,20). Sum of RGB (Red+Green+Blue) = 230+128+20=378 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.85% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 20 (8.20% from 255 or 5.29% from 378); Max value from RGB is 230 - color contains mainly: red. Hex color #E68014 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E68014 is #197FEB. Grayscale: #929292. Windows color (decimal): -1671148 or 1343718. OLE color: 1343718.

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

Color convert

RGB 230 128 20 -
CMYK 0 0.44 0.91 0.10
HSL 30.86º 0.84% 0.49% -
HSV(B) 30.86º 0.91% 0.9% -
XYZ 40.48 32.31 4.77 -
YUV 146.19 56.79 187.78 -
System Red Green Blue C M Y K H S L
Decimal 230 128 20 0 0.44 0.91 0.10 30.86 0.84 0.49
Hex E6 80 14 0 2C 5B A 1F 54 31
Octal 346 200 24 0 54 133 12 37 124 61
Binary 11100110 10000000 10100 0 101100 1011011 1010 11111 1010100 110001

Color Harmonies of #E68014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68014

Black with #E68014

Text Example


Text Example

White with #E68014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68014; }

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

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

background-color css

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

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

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

border-color css

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

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

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