#E28932

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

Shades of California #E28932

Tints of California #E28932

Color information

#E28932 (or 0xE28932) is unknown color: approx California. HEX triplet: E2, 89 and 32. RGB value is (226,137,50). Sum of RGB (Red+Green+Blue) = 226+137+50=413 (54% of max value = 765). Red value is 226 (88.67% from 255 or 54.72% from 413); Green value is 137 (53.91% from 255 or 33.17% from 413); Blue value is 50 (19.92% from 255 or 12.11% from 413); Max value from RGB is 226 - color contains mainly: red. Hex color #E28932 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E28932 is #1D76CD. Grayscale: #9A9A9A. Windows color (decimal): -1930958 or 3312098. OLE color: 3312098.

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

Color convert

RGB22613750-
CMYK00.390.780.11
HSL29.66º75.21%54.12%-
HSV(B)29.66º77.88%88.63%-
XYZ40.8934.297.48-
YUV153.6969.49179.57-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 54.72%
GREEN value IS 137 (53.91% from 255) = 33.17%
BLUE value IS 50 (19.92% from 255) = 12.11%
R=54.72%
G=33.17%
B=12.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.78
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261375000.390.780.1129.6675.2154.12
HexE289320274EB1e4b36
Octal34221162047116133611366
Binary1110001010001001110010010011110011101011111101001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E28932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E28932; }

 p { color: rgb(226,137,50); }

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

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

 a { background-color: rgb(226,137,50); }

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

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

 span { border-color: rgb(226,137,50); }

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