#E28A38

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

Shades of California #E28A38

Tints of California #E28A38

Color information

#E28A38 (or 0xE28A38) is unknown color: approx California. HEX triplet: E2, 8A and 38. RGB value is (226,138,56). Sum of RGB (Red+Green+Blue) = 226+138+56=420 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.81% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 56 (22.27% from 255 or 13.33% from 420); Max value from RGB is 226 - color contains mainly: red. Hex color #E28A38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E28A38 is #1D75C7. Grayscale: #9B9B9B. Windows color (decimal): -1930696 or 3705570. OLE color: 3705570.

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

Color convert

RGB22613856-
CMYK00.390.750.11
HSL28.94º74.56%55.29%-
HSV(B)28.94º75.22%88.63%-
XYZ41.1734.638.26-
YUV154.9672.15178.67-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 53.81%
GREEN value IS 138 (54.30% from 255) = 32.86%
BLUE value IS 56 (22.27% from 255) = 13.33%
R=53.81%
G=32.86%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.75
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261385600.390.750.1128.9474.5655.29
HexE28A380274BB1d4b37
Octal34221270047113133511367
Binary1110001010001010111000010011110010111011111011001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28A38; }

 p { color: rgb(226,138,56); }

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

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

 a { background-color: rgb(226,138,56); }

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

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

 span { border-color: rgb(226,138,56); }

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