Html Css Color HEX #E48D1F Carrot Orange

📋 copy color: '#E48D1F'

red 228 ◦ green 141 ◦ blue 31

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

Shades of Carrot Orange #E48D1F

Tints of Carrot Orange #E48D1F

RGB

 RED value IS 228 (89.45% from 255) = 57%

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

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

R = 57%
G = 35.25%
B = 7.75%

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

#E48D1F (or 0xE48D1F) is known color: Carrot Orange. HEX triplet: E4, 8D and 1F. RGB value is (228,141,31). Sum of RGB (Red+Green+Blue) = 228+141+31=400 (52% of max value = 765). Red value is 228 (89.45% from 255 or 57% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 31 (12.5% from 255 or 7.75% from 400); Max value from RGB is 228 - color contains mainly: red. Hex color #E48D1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48D1F is #1B72E0. Grayscale: #9A9A9A. Windows color (decimal): -1798881 or 2067940. OLE color: 2067940.

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

Color convert

RGB 228 141 31 -
CMYK 0 0.38 0.86 0.11
HSL 33.5º 0.78% 0.51% -
HSV(B) 33.5º 0.86% 0.89% -
XYZ 41.77 35.64 5.97 -
YUV 154.47 58.32 180.44 -
System Red Green Blue C M Y K H S L
Decimal 228 141 31 0 0.38 0.86 0.11 33.5 0.78 0.51
Hex E4 8D 1F 0 26 56 B 22 4E 33
Octal 344 215 37 0 46 126 13 42 116 63
Binary 11100100 10001101 11111 0 100110 1010110 1011 100010 1001110 110011

Color Harmonies of #E48D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48D1F

Black with #E48D1F

Text Example


Text Example

White with #E48D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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