Html Css Color HEX #E38514 Carrot Orange

📋 copy color: '#E38514'

red 227 ◦ green 133 ◦ blue 20

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

Shades of Carrot Orange #E38514

Tints of Carrot Orange #E38514

RGB

 RED value IS 227 (89.06% from 255) = 59.74%

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

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

R = 59.74%
G = 35%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E38514 (or 0xE38514) is known color: Carrot Orange. HEX triplet: E3, 85 and 14. RGB value is (227,133,20). Sum of RGB (Red+Green+Blue) = 227+133+20=380 (50% of max value = 765). Red value is 227 (89.06% from 255 or 59.74% from 380); Green value is 133 (52.34% from 255 or 35% from 380); Blue value is 20 (8.20% from 255 or 5.26% from 380); Max value from RGB is 227 - color contains mainly: red. Hex color #E38514 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E38514 is #1C7AEB. Grayscale: #949494. Windows color (decimal): -1866476 or 1344995. OLE color: 1344995.

HSL color Cylindrical-coordinate representation of color #E38514: hue angle of 32.75º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E38514 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 133 20 -
CMYK 0 0.41 0.91 0.11
HSL 32.75º 0.84% 0.48% -
HSV(B) 32.75º 0.91% 0.89% -
XYZ 40.19 33.16 4.94 -
YUV 148.22 55.64 184.19 -
System Red Green Blue C M Y K H S L
Decimal 227 133 20 0 0.41 0.91 0.11 32.75 0.84 0.48
Hex E3 85 14 0 29 5B B 21 54 30
Octal 343 205 24 0 51 133 13 41 124 60
Binary 11100011 10000101 10100 0 101001 1011011 1011 100001 1010100 110000

Color Harmonies of #E38514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E38514

Black with #E38514

Text Example


Text Example

White with #E38514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E38514; }

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

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

background-color css

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

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

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

border-color css

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

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

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