Html Css Color HEX #E68F41 California

📋 copy color: '#E68F41'

red 230 ◦ green 143 ◦ blue 65

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

Shades of California #E68F41

Tints of California #E68F41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.84%

R = 52.51%
G = 32.65%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#E68F41 (or 0xE68F41) is known color: California. HEX triplet: E6, 8F and 41. RGB value is (230,143,65). Sum of RGB (Red+Green+Blue) = 230+143+65=438 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.51% from 438); Green value is 143 (56.25% from 255 or 32.65% from 438); Blue value is 65 (25.78% from 255 or 14.84% from 438); Max value from RGB is 230 - color contains mainly: red. Hex color #E68F41 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68F41 is #1970BE. Grayscale: #A0A0A0. Windows color (decimal): -1667263 or 4296678. OLE color: 4296678.

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

Color convert

RGB 230 143 65 -
CMYK 0 0.38 0.72 0.10
HSL 28.36º 0.77% 0.58% -
HSV(B) 28.36º 0.72% 0.9% -
XYZ 43.41 36.85 9.83 -
YUV 160.12 74.32 177.84 -
System Red Green Blue C M Y K H S L
Decimal 230 143 65 0 0.38 0.72 0.10 28.36 0.77 0.58
Hex E6 8F 41 0 26 48 A 1C 4D 3A
Octal 346 217 101 0 46 110 12 34 115 72
Binary 11100110 10001111 1000001 0 100110 1001000 1010 11100 1001101 111010

Color Harmonies of #E68F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68F41

Black with #E68F41

Text Example


Text Example

White with #E68F41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68F41; }

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

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

background-color css

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

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

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

border-color css

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

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

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