Html Css Color HEX #E68B40 California

📋 copy color: '#E68B40'

red 230 ◦ green 139 ◦ blue 64

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

Shades of California #E68B40

Tints of California #E68B40

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.1%

 BLUE value IS 64 (25.39% from 255) = 14.78%

R = 53.12%
G = 32.1%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E68B40 (or 0xE68B40) is known color: California. HEX triplet: E6, 8B and 40. RGB value is (230,139,64). Sum of RGB (Red+Green+Blue) = 230+139+64=433 (57% of max value = 765). Red value is 230 (90.23% from 255 or 53.12% from 433); Green value is 139 (54.69% from 255 or 32.10% from 433); Blue value is 64 (25.39% from 255 or 14.78% from 433); Max value from RGB is 230 - color contains mainly: red. Hex color #E68B40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68B40 is #1974BF. Grayscale: #9E9E9E. Windows color (decimal): -1668288 or 4230118. OLE color: 4230118.

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

Color convert

RGB 230 139 64 -
CMYK 0 0.40 0.72 0.10
HSL 27.11º 0.77% 0.58% -
HSV(B) 27.11º 0.72% 0.9% -
XYZ 42.79 35.66 9.48 -
YUV 157.66 75.15 179.6 -
System Red Green Blue C M Y K H S L
Decimal 230 139 64 0 0.40 0.72 0.10 27.11 0.77 0.58
Hex E6 8B 40 0 28 48 A 1B 4D 3A
Octal 346 213 100 0 50 110 12 33 115 72
Binary 11100110 10001011 1000000 0 101000 1001000 1010 11011 1001101 111010

Color Harmonies of #E68B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68B40

Black with #E68B40

Text Example


Text Example

White with #E68B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68B40; }

 p { color: rgb(230,139,64); }

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

background-color css

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

 a { background-color: rgb(230,139,64); }

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

border-color css

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

 span { border-color: rgb(230,139,64); }

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