Html Css Color HEX #E68F44 California

📋 copy color: '#E68F44'

red 230 ◦ green 143 ◦ blue 68

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

Shades of California #E68F44

Tints of California #E68F44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.42%

R = 52.15%
G = 32.43%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#E68F44 (or 0xE68F44) is known color: California. HEX triplet: E6, 8F and 44. RGB value is (230,143,68). Sum of RGB (Red+Green+Blue) = 230+143+68=441 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.15% from 441); Green value is 143 (56.25% from 255 or 32.43% from 441); Blue value is 68 (26.95% from 255 or 15.42% from 441); Max value from RGB is 230 - color contains mainly: red. Hex color #E68F44 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68F44 is #1970BB. Grayscale: #A0A0A0. Windows color (decimal): -1667260 or 4493286. OLE color: 4493286.

HSL color Cylindrical-coordinate representation of color #E68F44: hue angle of 27.78º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E68F44 is Cyan = 0, Magento = 0.38, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 143 68 -
CMYK 0 0.38 0.70 0.10
HSL 27.78º 0.76% 0.58% -
HSV(B) 27.78º 0.7% 0.9% -
XYZ 43.5 36.89 10.3 -
YUV 160.46 75.82 177.6 -
System Red Green Blue C M Y K H S L
Decimal 230 143 68 0 0.38 0.70 0.10 27.78 0.76 0.58
Hex E6 8F 44 0 26 46 A 1C 4C 3A
Octal 346 217 104 0 46 106 12 34 114 72
Binary 11100110 10001111 1000100 0 100110 1000110 1010 11100 1001100 111010

Color Harmonies of #E68F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68F44

Black with #E68F44

Text Example


Text Example

White with #E68F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68F44; }

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

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

background-color css

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

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

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

border-color css

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

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

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