Html Css Color HEX #E68514 Carrot Orange

📋 copy color: '#E68514'

red 230 ◦ green 133 ◦ blue 20

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

Shades of Carrot Orange #E68514

Tints of Carrot Orange #E68514

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.73%

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

R = 60.05%
G = 34.73%
B = 5.22%

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

#E68514 (or 0xE68514) is known color: Carrot Orange. HEX triplet: E6, 85 and 14. RGB value is (230,133,20). Sum of RGB (Red+Green+Blue) = 230+133+20=383 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.05% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 20 (8.20% from 255 or 5.22% from 383); Max value from RGB is 230 - color contains mainly: red. Hex color #E68514 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E68514 is #197AEB. Grayscale: #959595. Windows color (decimal): -1669868 or 1344998. OLE color: 1344998.

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

Color convert

RGB 230 133 20 -
CMYK 0 0.42 0.91 0.10
HSL 32.29º 0.84% 0.49% -
HSV(B) 32.29º 0.91% 0.9% -
XYZ 41.15 33.65 4.99 -
YUV 149.12 55.14 185.69 -
System Red Green Blue C M Y K H S L
Decimal 230 133 20 0 0.42 0.91 0.10 32.29 0.84 0.49
Hex E6 85 14 0 2A 5B A 20 54 31
Octal 346 205 24 0 52 133 12 40 124 61
Binary 11100110 10000101 10100 0 101010 1011011 1010 100000 1010100 110001

Color Harmonies of #E68514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68514

Black with #E68514

Text Example


Text Example

White with #E68514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68514; }

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

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

background-color css

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

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

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

border-color css

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

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

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