Html Css Color HEX #E68D42 California

📋 copy color: '#E68D42'

red 230 ◦ green 141 ◦ blue 66

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

Shades of California #E68D42

Tints of California #E68D42

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.27%

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

R = 52.63%
G = 32.27%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.71

 K value IS 0.10

RGB Variations

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

Color information

#E68D42 (or 0xE68D42) is known color: California. HEX triplet: E6, 8D and 42. RGB value is (230,141,66). Sum of RGB (Red+Green+Blue) = 230+141+66=437 (57% of max value = 765). Red value is 230 (90.23% from 255 or 52.63% from 437); Green value is 141 (55.47% from 255 or 32.27% from 437); Blue value is 66 (26.17% from 255 or 15.10% from 437); Max value from RGB is 230 - color contains mainly: red. Hex color #E68D42 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68D42 is #1972BD. Grayscale: #9F9F9F. Windows color (decimal): -1667774 or 4361702. OLE color: 4361702.

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

Color convert

RGB 230 141 66 -
CMYK 0 0.39 0.71 0.10
HSL 27.44º 0.77% 0.58% -
HSV(B) 27.44º 0.71% 0.9% -
XYZ 43.14 36.27 9.88 -
YUV 159.06 75.49 178.6 -
System Red Green Blue C M Y K H S L
Decimal 230 141 66 0 0.39 0.71 0.10 27.44 0.77 0.58
Hex E6 8D 42 0 27 47 A 1B 4D 3A
Octal 346 215 102 0 47 107 12 33 115 72
Binary 11100110 10001101 1000010 0 100111 1000111 1010 11011 1001101 111010

Color Harmonies of #E68D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68D42

Black with #E68D42

Text Example


Text Example

White with #E68D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68D42; }

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

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

background-color css

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

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

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

border-color css

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

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

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