#E68D42

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

Shades of California #E68D42

Tints of California #E68D42

Color information

#E68D42 (or 0xE68D42) is unknown color: approx California. HEX triplet: E6, 8D and 42. RGB value is (230,141,66). Sum of RGB (Red+Green+Blue) = 230+141+66=437 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.63% from 437); Green value is 141 (55.47% from 255 or 32.27% from 437); Blue value is 66 (26.17% from 255 or 15.10% from 437); Max value from RGB is 230 - color contains mainly: red. Hex color #E68D42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68D42 is #1972BD. Grayscale: #9F9F9F. Windows color (decimal): -1667774 or 4361702. OLE color: 4361702.

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

Color convert

RGB23014166-
CMYK00.390.710.10
HSL27.44º76.64%58.04%-
HSV(B)27.44º71.3%90.2%-
XYZ43.1436.279.88-
YUV159.0675.49178.6-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 52.63%
GREEN value IS 141 (55.47% from 255) = 32.27%
BLUE value IS 66 (26.17% from 255) = 15.10%
R=52.63%
G=32.27%
B=15.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.71
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301416600.390.710.1027.4476.6458.04
HexE68D4202747A1b4d3a
Octal346215102047107123311572
Binary11100110100011011000010010011110001111010110111001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E68D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E68D42; }

 p { color: rgb(230,141,66); }

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

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

 a { background-color: rgb(230,141,66); }

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

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

 span { border-color: rgb(230,141,66); }

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