Html Css Color HEX #E78F42 California

📋 copy color: '#E78F42'

red 231 ◦ green 143 ◦ blue 66

#E78F42
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of California #E78F42

Tints of California #E78F42

RGB

 RED value IS 231 (90.63% from 255) = 52.5%

 GREEN value IS 143 (56.25% from 255) = 32.5%

 BLUE value IS 66 (26.17% from 255) = 15%

R = 52.5%
G = 32.5%
B = 15%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.71

 K value IS 0.09

RGB Variations

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

Color information

#E78F42 (or 0xE78F42) is known color: California. HEX triplet: E7, 8F and 42. RGB value is (231,143,66). Sum of RGB (Red+Green+Blue) = 231+143+66=440 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.5% from 440); Green value is 143 (56.25% from 255 or 32.5% from 440); Blue value is 66 (26.17% from 255 or 15% from 440); Max value from RGB is 231 - color contains mainly: red. Hex color #E78F42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E78F42 is #1870BD. Grayscale: #A0A0A0. Windows color (decimal): -1601726 or 4362215. OLE color: 4362215.

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

Color convert

RGB 231 143 66 -
CMYK 0 0.38 0.71 0.09
HSL 28º 0.77% 0.58% -
HSV(B) 28º 0.71% 0.91% -
XYZ 43.76 37.03 9.99 -
YUV 160.53 74.65 178.26 -
System Red Green Blue C M Y K H S L
Decimal 231 143 66 0 0.38 0.71 0.09 28 0.77 0.58
Hex E7 8F 42 0 26 47 9 1C 4D 3A
Octal 347 217 102 0 46 107 11 34 115 72
Binary 11100111 10001111 1000010 0 100110 1000111 1001 11100 1001101 111010

Color Harmonies of #E78F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78F42

Black with #E78F42

Text Example


Text Example

White with #E78F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78F42; }

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

 H1.HeaderClassName
 {
   color: #E78F42;
 }
 .AnyTagClassName
 {
   color: #E78F42;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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