#E78F32

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

Shades of California #E78F32

Tints of California #E78F32

Color information

#E78F32 (or 0xE78F32) is unknown color: approx California. HEX triplet: E7, 8F and 32. RGB value is (231,143,50). Sum of RGB (Red+Green+Blue) = 231+143+50=424 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.48% from 424); Green value is 143 (56.25% from 255 or 33.73% from 424); Blue value is 50 (19.92% from 255 or 11.79% from 424); Max value from RGB is 231 - color contains mainly: red. Hex color #E78F32 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E78F32 is #1870CD. Grayscale: #9F9F9F. Windows color (decimal): -1601742 or 3313639. OLE color: 3313639.

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

Color convert

RGB23114350-
CMYK00.380.780.09
HSL30.83º79.04%55.1%-
HSV(B)30.83º78.35%90.59%-
XYZ43.3536.867.85-
YUV158.7166.65179.56-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 54.48%
GREEN value IS 143 (56.25% from 255) = 33.73%
BLUE value IS 50 (19.92% from 255) = 11.79%
R=54.48%
G=33.73%
B=11.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.78
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311435000.380.780.0930.8379.0455.1
HexE78F320264E91f4f37
Octal34721762046116113711767
Binary1110011110001111110010010011010011101001111111001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E78F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E78F32; }

 p { color: rgb(231,143,50); }

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

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

 a { background-color: rgb(231,143,50); }

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

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

 span { border-color: rgb(231,143,50); }

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