Html Css Color HEX #E3913A California

📋 copy color: '#E3913A'

red 227 ◦ green 145 ◦ blue 58

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

Shades of California #E3913A

Tints of California #E3913A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.49%

R = 52.79%
G = 33.72%
B = 13.49%

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

#E3913A (or 0xE3913A) is known color: California. HEX triplet: E3, 91 and 3A. RGB value is (227,145,58). Sum of RGB (Red+Green+Blue) = 227+145+58=430 (56% of max value = 765). Red value is 227 (89.06% from 255 or 52.79% from 430); Green value is 145 (57.03% from 255 or 33.72% from 430); Blue value is 58 (23.05% from 255 or 13.49% from 430); Max value from RGB is 227 - color contains mainly: red. Hex color #E3913A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3913A is #1C6EC5. Grayscale: #A0A0A0. Windows color (decimal): -1863366 or 3838435. OLE color: 3838435.

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

Color convert

RGB 227 145 58 -
CMYK 0 0.36 0.74 0.11
HSL 30.89º 0.75% 0.56% -
HSV(B) 30.89º 0.74% 0.89% -
XYZ 42.57 36.89 8.88 -
YUV 159.6 70.67 176.07 -
System Red Green Blue C M Y K H S L
Decimal 227 145 58 0 0.36 0.74 0.11 30.89 0.75 0.56
Hex E3 91 3A 0 24 4A B 1F 4B 38
Octal 343 221 72 0 44 112 13 37 113 70
Binary 11100011 10010001 111010 0 100100 1001010 1011 11111 1001011 111000

Color Harmonies of #E3913A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3913A

Black with #E3913A

Text Example


Text Example

White with #E3913A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3913A; }

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

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

background-color css

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

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

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

border-color css

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

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

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