Html Css Color HEX #E68114 Carrot Orange

📋 copy color: '#E68114'

red 230 ◦ green 129 ◦ blue 20

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

Shades of Carrot Orange #E68114

Tints of Carrot Orange #E68114

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.04%

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

R = 60.69%
G = 34.04%
B = 5.28%

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

#E68114 (or 0xE68114) is known color: Carrot Orange. HEX triplet: E6, 81 and 14. RGB value is (230,129,20). Sum of RGB (Red+Green+Blue) = 230+129+20=379 (50% of max value = 765). Red value is 230 (90.23% from 255 or 60.69% from 379); Green value is 129 (50.78% from 255 or 34.04% from 379); Blue value is 20 (8.20% from 255 or 5.28% from 379); Max value from RGB is 230 - color contains mainly: red. Hex color #E68114 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #E68114 is #197EEB. Grayscale: #939393. Windows color (decimal): -1670892 or 1343974. OLE color: 1343974.

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

Color convert

RGB 230 129 20 -
CMYK 0 0.44 0.91 0.10
HSL 31.14º 0.84% 0.49% -
HSV(B) 31.14º 0.91% 0.9% -
XYZ 40.61 32.57 4.81 -
YUV 146.77 56.46 187.36 -
System Red Green Blue C M Y K H S L
Decimal 230 129 20 0 0.44 0.91 0.10 31.14 0.84 0.49
Hex E6 81 14 0 2C 5B A 1F 54 31
Octal 346 201 24 0 54 133 12 37 124 61
Binary 11100110 10000001 10100 0 101100 1011011 1010 11111 1010100 110001

Color Harmonies of #E68114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68114

Black with #E68114

Text Example


Text Example

White with #E68114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68114; }

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

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

background-color css

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

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

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

border-color css

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

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

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