Html Css Color HEX #E68F42 California

📋 copy color: '#E68F42'

red 230 ◦ green 143 ◦ blue 66

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

Shades of California #E68F42

Tints of California #E68F42

RGB

 RED value IS 230 (90.23% from 255) = 52.39%

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

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

R = 52.39%
G = 32.57%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.71

 K value IS 0.10

RGB Variations

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

Color information

#E68F42 (or 0xE68F42) is known color: California. HEX triplet: E6, 8F and 42. RGB value is (230,143,66). Sum of RGB (Red+Green+Blue) = 230+143+66=439 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.39% from 439); Green value is 143 (56.25% from 255 or 32.57% from 439); Blue value is 66 (26.17% from 255 or 15.03% from 439); Max value from RGB is 230 - color contains mainly: red. Hex color #E68F42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68F42 is #1970BD. Grayscale: #A0A0A0. Windows color (decimal): -1667262 or 4362214. OLE color: 4362214.

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

Color convert

RGB 230 143 66 -
CMYK 0 0.38 0.71 0.10
HSL 28.17º 0.77% 0.58% -
HSV(B) 28.17º 0.71% 0.9% -
XYZ 43.44 36.86 9.98 -
YUV 160.24 74.82 177.76 -
System Red Green Blue C M Y K H S L
Decimal 230 143 66 0 0.38 0.71 0.10 28.17 0.77 0.58
Hex E6 8F 42 0 26 47 A 1C 4D 3A
Octal 346 217 102 0 46 107 12 34 115 72
Binary 11100110 10001111 1000010 0 100110 1000111 1010 11100 1001101 111010

Color Harmonies of #E68F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68F42

Black with #E68F42

Text Example


Text Example

White with #E68F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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