Html Css Color HEX #E68731 California

📋 copy color: '#E68731'

red 230 ◦ green 135 ◦ blue 49

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

Shades of California #E68731

Tints of California #E68731

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.61%

 BLUE value IS 49 (19.53% from 255) = 11.84%

R = 55.56%
G = 32.61%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.79

 K value IS 0.10

RGB Variations

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

Color information

#E68731 (or 0xE68731) is known color: California. HEX triplet: E6, 87 and 31. RGB value is (230,135,49). Sum of RGB (Red+Green+Blue) = 230+135+49=414 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.56% from 414); Green value is 135 (53.12% from 255 or 32.61% from 414); Blue value is 49 (19.53% from 255 or 11.84% from 414); Max value from RGB is 230 - color contains mainly: red. Hex color #E68731 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68731 is #1978CE. Grayscale: #9A9A9A. Windows color (decimal): -1669327 or 3246054. OLE color: 3246054.

HSL color Cylindrical-coordinate representation of color #E68731: hue angle of 28.51º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E68731 is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 135 49 -
CMYK 0 0.41 0.79 0.10
HSL 28.51º 0.78% 0.55% -
HSV(B) 28.51º 0.79% 0.9% -
XYZ 41.85 34.37 7.33 -
YUV 153.6 68.97 182.49 -
System Red Green Blue C M Y K H S L
Decimal 230 135 49 0 0.41 0.79 0.10 28.51 0.78 0.55
Hex E6 87 31 0 29 4F A 1D 4E 37
Octal 346 207 61 0 51 117 12 35 116 67
Binary 11100110 10000111 110001 0 101001 1001111 1010 11101 1001110 110111

Color Harmonies of #E68731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68731

Black with #E68731

Text Example


Text Example

White with #E68731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68731; }

 p { color: rgb(230,135,49); }

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

background-color css

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

 a { background-color: rgb(230,135,49); }

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

border-color css

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

 span { border-color: rgb(230,135,49); }

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