Html Css Color HEX #E68314 Carrot Orange

📋 copy color: '#E68314'

red 230 ◦ green 131 ◦ blue 20

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

Shades of Carrot Orange #E68314

Tints of Carrot Orange #E68314

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.38%

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

R = 60.37%
G = 34.38%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#E68314 (or 0xE68314) is known color: Carrot Orange. HEX triplet: E6, 83 and 14. RGB value is (230,131,20). Sum of RGB (Red+Green+Blue) = 230+131+20=381 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.37% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 20 (8.20% from 255 or 5.25% from 381); Max value from RGB is 230 - color contains mainly: red. Hex color #E68314 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E68314 is #197CEB. Grayscale: #949494. Windows color (decimal): -1670380 or 1344486. OLE color: 1344486.

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

Color convert

RGB 230 131 20 -
CMYK 0 0.43 0.91 0.10
HSL 31.71º 0.84% 0.49% -
HSV(B) 31.71º 0.91% 0.9% -
XYZ 40.88 33.11 4.9 -
YUV 147.95 55.8 186.53 -
System Red Green Blue C M Y K H S L
Decimal 230 131 20 0 0.43 0.91 0.10 31.71 0.84 0.49
Hex E6 83 14 0 2B 5B A 20 54 31
Octal 346 203 24 0 53 133 12 40 124 61
Binary 11100110 10000011 10100 0 101011 1011011 1010 100000 1010100 110001

Color Harmonies of #E68314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68314

Black with #E68314

Text Example


Text Example

White with #E68314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68314; }

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

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

background-color css

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

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

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

border-color css

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

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

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