Html Css Color HEX #E38A14 Carrot Orange

📋 copy color: '#E38A14'

red 227 ◦ green 138 ◦ blue 20

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

Shades of Carrot Orange #E38A14

Tints of Carrot Orange #E38A14

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.84%

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

R = 58.96%
G = 35.84%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E38A14 (or 0xE38A14) is known color: Carrot Orange. HEX triplet: E3, 8A and 14. RGB value is (227,138,20). Sum of RGB (Red+Green+Blue) = 227+138+20=385 (50% of max value = 765). Red value is 227 (89.06% from 255 or 58.96% from 385); Green value is 138 (54.30% from 255 or 35.84% from 385); Blue value is 20 (8.20% from 255 or 5.19% from 385); Max value from RGB is 227 - color contains mainly: red. Hex color #E38A14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E38A14 is #1C75EB. Grayscale: #979797. Windows color (decimal): -1865196 or 1346275. OLE color: 1346275.

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

Color convert

RGB 227 138 20 -
CMYK 0 0.39 0.91 0.11
HSL 34.2º 0.84% 0.48% -
HSV(B) 34.2º 0.91% 0.89% -
XYZ 40.89 34.56 5.18 -
YUV 151.16 53.99 182.09 -
System Red Green Blue C M Y K H S L
Decimal 227 138 20 0 0.39 0.91 0.11 34.2 0.84 0.48
Hex E3 8A 14 0 27 5B B 22 54 30
Octal 343 212 24 0 47 133 13 42 124 60
Binary 11100011 10001010 10100 0 100111 1011011 1011 100010 1010100 110000

Color Harmonies of #E38A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E38A14

Black with #E38A14

Text Example


Text Example

White with #E38A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E38A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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