#E69431

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

Shades of California #E69431

Tints of California #E69431

Color information

#E69431 (or 0xE69431) is unknown color: approx California. HEX triplet: E6, 94 and 31. RGB value is (230,148,49). Sum of RGB (Red+Green+Blue) = 230+148+49=427 (56% of max value = 765). Red value is 230 (90.23% from 255 or 53.86% from 427); Green value is 148 (58.20% from 255 or 34.66% from 427); Blue value is 49 (19.53% from 255 or 11.48% from 427); Max value from RGB is 230 - color contains mainly: red. Hex color #E69431 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E69431 is #196BCE. Grayscale: #A1A1A1. Windows color (decimal): -1665999 or 3249382. OLE color: 3249382.

HSL color Cylindrical-coordinate representation of color #E69431: hue angle of 32.82º 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 #E69431 is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB23014849-
CMYK00.360.790.10
HSL32.82º78.35%54.71%-
HSV(B)32.82º78.7%90.2%-
XYZ43.7838.227.98-
YUV161.2364.67177.05-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 53.86%
GREEN value IS 148 (58.20% from 255) = 34.66%
BLUE value IS 49 (19.53% from 255) = 11.48%
R=53.86%
G=34.66%
B=11.48%

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
Decimal2301484900.360.790.1032.8278.3554.71
HexE694310244FA214e37
Octal34622461044117124111667
Binary11100110100101001100010100100100111110101000011001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69431; }

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

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

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

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

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

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

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

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