#E69139

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

Shades of California #E69139

Tints of California #E69139

Color information

#E69139 (or 0xE69139) is unknown color: approx California. HEX triplet: E6, 91 and 39. RGB value is (230,145,57). Sum of RGB (Red+Green+Blue) = 230+145+57=432 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.24% from 432); Green value is 145 (57.03% from 255 or 33.56% from 432); Blue value is 57 (22.66% from 255 or 13.19% from 432); Max value from RGB is 230 - color contains mainly: red. Hex color #E69139 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69139 is #196EC6. Grayscale: #A0A0A0. Windows color (decimal): -1666759 or 3772902. OLE color: 3772902.

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

Color convert

RGB23014557-
CMYK00.370.750.10
HSL30.52º77.58%56.27%-
HSV(B)30.52º75.22%90.2%-
XYZ43.537.378.79-
YUV160.3869.66177.66-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 53.24%
GREEN value IS 145 (57.03% from 255) = 33.56%
BLUE value IS 57 (22.66% from 255) = 13.19%
R=53.24%
G=33.56%
B=13.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.75
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301455700.370.750.1030.5277.5856.27
HexE691390254BA1f4e38
Octal34622171045113123711670
Binary1110011010010001111001010010110010111010111111001110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69139; }

 p { color: rgb(230,145,57); }

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

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

 a { background-color: rgb(230,145,57); }

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

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

 span { border-color: rgb(230,145,57); }

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