#E69331

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

Shades of California #E69331

Tints of California #E69331

Color information

#E69331 (or 0xE69331) is unknown color: approx California. HEX triplet: E6, 93 and 31. RGB value is (230,147,49). Sum of RGB (Red+Green+Blue) = 230+147+49=426 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.99% from 426); Green value is 147 (57.81% from 255 or 34.51% from 426); Blue value is 49 (19.53% from 255 or 11.50% from 426); Max value from RGB is 230 - color contains mainly: red. Hex color #E69331 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69331 is #196CCE. Grayscale: #A1A1A1. Windows color (decimal): -1666255 or 3249126. OLE color: 3249126.

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

Color convert

RGB23014749-
CMYK00.360.790.10
HSL32.49º78.35%54.71%-
HSV(B)32.49º78.7%90.2%-
XYZ43.6237.917.92-
YUV160.6565177.47-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 53.99%
GREEN value IS 147 (57.81% from 255) = 34.51%
BLUE value IS 49 (19.53% from 255) = 11.50%
R=53.99%
G=34.51%
B=11.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.79
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301474900.360.790.1032.4978.3554.71
HexE693310244FA204e37
Octal34622361044117124011667
Binary11100110100100111100010100100100111110101000001001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69331; }

 p { color: rgb(230,147,49); }

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

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

 a { background-color: rgb(230,147,49); }

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

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

 span { border-color: rgb(230,147,49); }

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