Html Css Color HEX #E48731 California

📋 copy color: '#E48731'

red 228 ◦ green 135 ◦ blue 49

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

Shades of California #E48731

Tints of California #E48731

RGB

 RED value IS 228 (89.45% from 255) = 55.34%

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

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

R = 55.34%
G = 32.77%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#E48731 (or 0xE48731) is known color: California. HEX triplet: E4, 87 and 31. RGB value is (228,135,49). Sum of RGB (Red+Green+Blue) = 228+135+49=412 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.34% from 412); Green value is 135 (53.12% from 255 or 32.77% from 412); Blue value is 49 (19.53% from 255 or 11.89% from 412); Max value from RGB is 228 - color contains mainly: red. Hex color #E48731 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48731 is #1B78CE. Grayscale: #999999. Windows color (decimal): -1800399 or 3246052. OLE color: 3246052.

HSL color Cylindrical-coordinate representation of color #E48731: hue angle of 28.83º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E48731 is Cyan = 0, Magento = 0.41, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 135 49 -
CMYK 0 0.41 0.79 0.11
HSL 28.83º 0.77% 0.54% -
HSV(B) 28.83º 0.79% 0.89% -
XYZ 41.21 34.04 7.3 -
YUV 153 69.31 181.49 -
System Red Green Blue C M Y K H S L
Decimal 228 135 49 0 0.41 0.79 0.11 28.83 0.77 0.54
Hex E4 87 31 0 29 4F B 1D 4D 36
Octal 344 207 61 0 51 117 13 35 115 66
Binary 11100100 10000111 110001 0 101001 1001111 1011 11101 1001101 110110

Color Harmonies of #E48731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48731

Black with #E48731

Text Example


Text Example

White with #E48731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48731; }

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

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

background-color css

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

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

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

border-color css

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

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

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