Html Css Color HEX #E48C2B Carrot Orange

📋 copy color: '#E48C2B'

red 228 ◦ green 140 ◦ blue 43

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

Shades of Carrot Orange #E48C2B

Tints of Carrot Orange #E48C2B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.06%

 BLUE value IS 43 (17.19% from 255) = 10.46%

R = 55.47%
G = 34.06%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.81

 K value IS 0.11

RGB Variations

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

Color information

#E48C2B (or 0xE48C2B) is known color: Carrot Orange. HEX triplet: E4, 8C and 2B. RGB value is (228,140,43). Sum of RGB (Red+Green+Blue) = 228+140+43=411 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.47% from 411); Green value is 140 (55.08% from 255 or 34.06% from 411); Blue value is 43 (17.19% from 255 or 10.46% from 411); Max value from RGB is 228 - color contains mainly: red. Hex color #E48C2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48C2B is #1B73D4. Grayscale: #9B9B9B. Windows color (decimal): -1799125 or 2854116. OLE color: 2854116.

HSL color Cylindrical-coordinate representation of color #E48C2B: hue angle of 31.46º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E48C2B is Cyan = 0, Magento = 0.39, Yellow = 0.81 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 140 43 -
CMYK 0 0.39 0.81 0.11
HSL 31.46º 0.77% 0.53% -
HSV(B) 31.46º 0.81% 0.89% -
XYZ 41.81 35.42 6.92 -
YUV 155.25 64.65 179.89 -
System Red Green Blue C M Y K H S L
Decimal 228 140 43 0 0.39 0.81 0.11 31.46 0.77 0.53
Hex E4 8C 2B 0 27 51 B 1F 4D 35
Octal 344 214 53 0 47 121 13 37 115 65
Binary 11100100 10001100 101011 0 100111 1010001 1011 11111 1001101 110101

Color Harmonies of #E48C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48C2B

Black with #E48C2B

Text Example


Text Example

White with #E48C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48C2B; }

 p { color: rgb(228,140,43); }

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

background-color css

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

 a { background-color: rgb(228,140,43); }

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

border-color css

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

 span { border-color: rgb(228,140,43); }

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