Html Css Color HEX #E3913B California

📋 copy color: '#E3913B'

red 227 ◦ green 145 ◦ blue 59

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

Shades of California #E3913B

Tints of California #E3913B

RGB

 RED value IS 227 (89.06% from 255) = 52.67%

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

 BLUE value IS 59 (23.44% from 255) = 13.69%

R = 52.67%
G = 33.64%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.74

 K value IS 0.11

RGB Variations

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

Color information

#E3913B (or 0xE3913B) is known color: California. HEX triplet: E3, 91 and 3B. RGB value is (227,145,59). Sum of RGB (Red+Green+Blue) = 227+145+59=431 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.67% from 431); Green value is 145 (57.03% from 255 or 33.64% from 431); Blue value is 59 (23.44% from 255 or 13.69% from 431); Max value from RGB is 227 - color contains mainly: red. Hex color #E3913B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3913B is #1C6EC4. Grayscale: #A0A0A0. Windows color (decimal): -1863365 or 3903971. OLE color: 3903971.

HSL color Cylindrical-coordinate representation of color #E3913B: hue angle of 30.71º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E3913B is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 145 59 -
CMYK 0 0.36 0.74 0.11
HSL 30.71º 0.75% 0.56% -
HSV(B) 30.71º 0.74% 0.89% -
XYZ 42.59 36.9 9.01 -
YUV 159.71 71.17 175.99 -
System Red Green Blue C M Y K H S L
Decimal 227 145 59 0 0.36 0.74 0.11 30.71 0.75 0.56
Hex E3 91 3B 0 24 4A B 1F 4B 38
Octal 343 221 73 0 44 112 13 37 113 70
Binary 11100011 10010001 111011 0 100100 1001010 1011 11111 1001011 111000

Color Harmonies of #E3913B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3913B

Black with #E3913B

Text Example


Text Example

White with #E3913B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3913B; }

 p { color: rgb(227,145,59); }

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

background-color css

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

 a { background-color: rgb(227,145,59); }

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

border-color css

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

 span { border-color: rgb(227,145,59); }

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