Html Css Color HEX #E48931 California

📋 copy color: '#E48931'

red 228 ◦ green 137 ◦ blue 49

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

Shades of California #E48931

Tints of California #E48931

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.09%

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

R = 55.07%
G = 33.09%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#E48931 (or 0xE48931) is known color: California. HEX triplet: E4, 89 and 31. RGB value is (228,137,49). Sum of RGB (Red+Green+Blue) = 228+137+49=414 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.07% from 414); Green value is 137 (53.91% from 255 or 33.09% from 414); Blue value is 49 (19.53% from 255 or 11.84% from 414); Max value from RGB is 228 - color contains mainly: red. Hex color #E48931 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48931 is #1B76CE. Grayscale: #9A9A9A. Windows color (decimal): -1799887 or 3246564. OLE color: 3246564.

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

Color convert

RGB 228 137 49 -
CMYK 0 0.40 0.79 0.11
HSL 29.5º 0.77% 0.54% -
HSV(B) 29.5º 0.79% 0.89% -
XYZ 41.49 34.61 7.4 -
YUV 154.18 68.65 180.66 -
System Red Green Blue C M Y K H S L
Decimal 228 137 49 0 0.40 0.79 0.11 29.5 0.77 0.54
Hex E4 89 31 0 28 4F B 1D 4D 36
Octal 344 211 61 0 50 117 13 35 115 66
Binary 11100100 10001001 110001 0 101000 1001111 1011 11101 1001101 110110

Color Harmonies of #E48931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48931

Black with #E48931

Text Example


Text Example

White with #E48931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48931; }

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

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

background-color css

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

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

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

border-color css

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

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

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