Html Css Color HEX #E5913D California

📋 copy color: '#E5913D'

red 229 ◦ green 145 ◦ blue 61

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

Shades of California #E5913D

Tints of California #E5913D

RGB

 RED value IS 229 (89.84% from 255) = 52.64%

 GREEN value IS 145 (57.03% from 255) = 33.33%

 BLUE value IS 61 (24.22% from 255) = 14.02%

R = 52.64%
G = 33.33%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#E5913D (or 0xE5913D) is known color: California. HEX triplet: E5, 91 and 3D. RGB value is (229,145,61). Sum of RGB (Red+Green+Blue) = 229+145+61=435 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.64% from 435); Green value is 145 (57.03% from 255 or 33.33% from 435); Blue value is 61 (24.22% from 255 or 14.02% from 435); Max value from RGB is 229 - color contains mainly: red. Hex color #E5913D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5913D is #1A6EC2. Grayscale: #A0A0A0. Windows color (decimal): -1732291 or 4035045. OLE color: 4035045.

HSL color Cylindrical-coordinate representation of color #E5913D: hue angle of 30º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E5913D is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 145 61 -
CMYK 0 0.37 0.73 0.10
HSL 30º 0.76% 0.57% -
HSV(B) 30º 0.73% 0.9% -
XYZ 43.28 37.25 9.32 -
YUV 160.54 71.83 176.83 -
System Red Green Blue C M Y K H S L
Decimal 229 145 61 0 0.37 0.73 0.10 30 0.76 0.57
Hex E5 91 3D 0 25 49 A 1E 4C 39
Octal 345 221 75 0 45 111 12 36 114 71
Binary 11100101 10010001 111101 0 100101 1001001 1010 11110 1001100 111001

Color Harmonies of #E5913D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5913D

Black with #E5913D

Text Example


Text Example

White with #E5913D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5913D; }

 p { color: rgb(229,145,61); }

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

background-color css

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

 a { background-color: rgb(229,145,61); }

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

border-color css

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

 span { border-color: rgb(229,145,61); }

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