Html Css Color HEX #E68730 California

📋 copy color: '#E68730'

red 230 ◦ green 135 ◦ blue 48

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

Shades of California #E68730

Tints of California #E68730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 11.62%

R = 55.69%
G = 32.69%
B = 11.62%

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

#E68730 (or 0xE68730) is known color: California. HEX triplet: E6, 87 and 30. RGB value is (230,135,48). Sum of RGB (Red+Green+Blue) = 230+135+48=413 (54% of max value = 765). Red value is 230 (90.23% from 255 or 55.69% from 413); Green value is 135 (53.12% from 255 or 32.69% from 413); Blue value is 48 (19.14% from 255 or 11.62% from 413); Max value from RGB is 230 - color contains mainly: red. Hex color #E68730 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E68730 is #1978CF. Grayscale: #999999. Windows color (decimal): -1669328 or 3180518. OLE color: 3180518.

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

Color convert

RGB 230 135 48 -
CMYK 0 0.41 0.79 0.10
HSL 28.68º 0.78% 0.55% -
HSV(B) 28.68º 0.79% 0.9% -
XYZ 41.83 34.36 7.22 -
YUV 153.49 68.47 182.57 -
System Red Green Blue C M Y K H S L
Decimal 230 135 48 0 0.41 0.79 0.10 28.68 0.78 0.55
Hex E6 87 30 0 29 4F A 1D 4E 37
Octal 346 207 60 0 51 117 12 35 116 67
Binary 11100110 10000111 110000 0 101001 1001111 1010 11101 1001110 110111

Color Harmonies of #E68730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E68730

Black with #E68730

Text Example


Text Example

White with #E68730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E68730; }

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

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

background-color css

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

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

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

border-color css

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

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

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