#E48A2D

Color #E48A2D California (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of California #E48A2D

Tints of California #E48A2D

Color information

#E48A2D (or 0xE48A2D) is unknown color: approx California. HEX triplet: E4, 8A and 2D. RGB value is (228,138,45). Sum of RGB (Red+Green+Blue) = 228+138+45=411 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.47% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 45 (17.97% from 255 or 10.95% from 411); Max value from RGB is 228 - color contains mainly: red. Hex color #E48A2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48A2D is #1B75D2. Grayscale: #9A9A9A. Windows color (decimal): -1799635 or 2984676. OLE color: 2984676.

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

Color convert

RGB22813845-
CMYK00.390.800.11
HSL30.49º77.22%53.53%-
HSV(B)30.49º80.26%89.41%-
XYZ41.5634.867.02-
YUV154.3166.32180.56-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 55.47%
GREEN value IS 138 (54.30% from 255) = 33.58%
BLUE value IS 45 (17.97% from 255) = 10.95%
R=55.47%
G=33.58%
B=10.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.80
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281384500.390.800.1130.4977.2253.53
HexE48A2D02750B1e4d36
Octal34421255047120133611566
Binary1110010010001010101101010011110100001011111101001101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E48A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E48A2D; }

 p { color: rgb(228,138,45); }

 H1.HeaderClassName
 {
   color: #E48A2D;
 }
 .AnyTagClassName
 {
   color: #E48A2D;
 }
</style>
background-color css

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

 a { background-color: rgb(228,138,45); }

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

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

 span { border-color: rgb(228,138,45); }

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