Html Css Color HEX #E48B2A Carrot Orange

📋 copy color: '#E48B2A'

red 228 ◦ green 139 ◦ blue 42

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

Shades of Carrot Orange #E48B2A

Tints of Carrot Orange #E48B2A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.99%

 BLUE value IS 42 (16.8% from 255) = 10.27%

R = 55.75%
G = 33.99%
B = 10.27%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E48B2A (or 0xE48B2A) is known color: Carrot Orange. HEX triplet: E4, 8B and 2A. RGB value is (228,139,42). Sum of RGB (Red+Green+Blue) = 228+139+42=409 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.75% from 409); Green value is 139 (54.69% from 255 or 33.99% from 409); Blue value is 42 (16.80% from 255 or 10.27% from 409); Max value from RGB is 228 - color contains mainly: red. Hex color #E48B2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48B2A is #1B74D5. Grayscale: #9B9B9B. Windows color (decimal): -1799382 or 2788324. OLE color: 2788324.

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

Color convert

RGB 228 139 42 -
CMYK 0 0.39 0.82 0.11
HSL 31.29º 0.78% 0.53% -
HSV(B) 31.29º 0.82% 0.89% -
XYZ 41.65 35.13 6.78 -
YUV 154.55 64.49 180.39 -
System Red Green Blue C M Y K H S L
Decimal 228 139 42 0 0.39 0.82 0.11 31.29 0.78 0.53
Hex E4 8B 2A 0 27 52 B 1F 4E 35
Octal 344 213 52 0 47 122 13 37 116 65
Binary 11100100 10001011 101010 0 100111 1010010 1011 11111 1001110 110101

Color Harmonies of #E48B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48B2A

Black with #E48B2A

Text Example


Text Example

White with #E48B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48B2A; }

 p { color: rgb(228,139,42); }

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

background-color css

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

 a { background-color: rgb(228,139,42); }

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

border-color css

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

 span { border-color: rgb(228,139,42); }

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