#E69635

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

Shades of California #E69635

Tints of California #E69635

Color information

#E69635 (or 0xE69635) is unknown color: approx California. HEX triplet: E6, 96 and 35. RGB value is (230,150,53). Sum of RGB (Red+Green+Blue) = 230+150+53=433 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.12% from 433); Green value is 150 (58.98% from 255 or 34.64% from 433); Blue value is 53 (21.09% from 255 or 12.24% from 433); Max value from RGB is 230 - color contains mainly: red. Hex color #E69635 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69635 is #1969CA. Grayscale: #A3A3A3. Windows color (decimal): -1665483 or 3512038. OLE color: 3512038.

HSL color Cylindrical-coordinate representation of color #E69635: hue angle of 32.88º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E69635 is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.10.

Color convert

RGB23015053-
CMYK00.350.770.10
HSL32.88º77.97%55.49%-
HSV(B)32.88º76.96%90.2%-
XYZ44.1838.898.55-
YUV162.8666175.89-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 53.12%
GREEN value IS 150 (58.98% from 255) = 34.64%
BLUE value IS 53 (21.09% from 255) = 12.24%
R=53.12%
G=34.64%
B=12.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.77
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301505300.350.770.1032.8877.9755.49
HexE696350234DA214e37
Octal34622665043115124111667
Binary11100110100101101101010100011100110110101000011001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69635; }

 p { color: rgb(230,150,53); }

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

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

 a { background-color: rgb(230,150,53); }

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

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

 span { border-color: rgb(230,150,53); }

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