Html Css Color HEX #E38D1F Carrot Orange

📋 copy color: '#E38D1F'

red 227 ◦ green 141 ◦ blue 31

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

Shades of Carrot Orange #E38D1F

Tints of Carrot Orange #E38D1F

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.34%

 BLUE value IS 31 (12.5% from 255) = 7.77%

R = 56.89%
G = 35.34%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E38D1F (or 0xE38D1F) is known color: Carrot Orange. HEX triplet: E3, 8D and 1F. RGB value is (227,141,31). Sum of RGB (Red+Green+Blue) = 227+141+31=399 (52% of max value = 765). Red value is 227 (89.06% from 255 or 56.89% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 31 (12.5% from 255 or 7.77% from 399); Max value from RGB is 227 - color contains mainly: red. Hex color #E38D1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E38D1F is #1C72E0. Grayscale: #9A9A9A. Windows color (decimal): -1864417 or 2067939. OLE color: 2067939.

HSL color Cylindrical-coordinate representation of color #E38D1F: hue angle of 33.67º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E38D1F is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 141 31 -
CMYK 0 0.38 0.86 0.11
HSL 33.67º 0.78% 0.51% -
HSV(B) 33.67º 0.86% 0.89% -
XYZ 41.45 35.48 5.96 -
YUV 154.17 58.49 179.94 -
System Red Green Blue C M Y K H S L
Decimal 227 141 31 0 0.38 0.86 0.11 33.67 0.78 0.51
Hex E3 8D 1F 0 26 56 B 22 4E 33
Octal 343 215 37 0 46 126 13 42 116 63
Binary 11100011 10001101 11111 0 100110 1010110 1011 100010 1001110 110011

Color Harmonies of #E38D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E38D1F

Black with #E38D1F

Text Example


Text Example

White with #E38D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E38D1F; }

 p { color: rgb(227,141,31); }

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

background-color css

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

 a { background-color: rgb(227,141,31); }

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

border-color css

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

 span { border-color: rgb(227,141,31); }

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