Html Css Color HEX #E2913A California

📋 copy color: '#E2913A'

red 226 ◦ green 145 ◦ blue 58

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

Shades of California #E2913A

Tints of California #E2913A

RGB

 RED value IS 226 (88.67% from 255) = 52.68%

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

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

R = 52.68%
G = 33.8%
B = 13.52%

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

#E2913A (or 0xE2913A) is known color: California. HEX triplet: E2, 91 and 3A. RGB value is (226,145,58). Sum of RGB (Red+Green+Blue) = 226+145+58=429 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.68% from 429); Green value is 145 (57.03% from 255 or 33.80% from 429); Blue value is 58 (23.05% from 255 or 13.52% from 429); Max value from RGB is 226 - color contains mainly: red. Hex color #E2913A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2913A is #1D6EC5. Grayscale: #9F9F9F. Windows color (decimal): -1928902 or 3838434. OLE color: 3838434.

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

Color convert

RGB 226 145 58 -
CMYK 0 0.36 0.74 0.11
HSL 31.07º 0.74% 0.56% -
HSV(B) 31.07º 0.74% 0.89% -
XYZ 42.25 36.73 8.86 -
YUV 159.3 70.84 175.57 -
System Red Green Blue C M Y K H S L
Decimal 226 145 58 0 0.36 0.74 0.11 31.07 0.74 0.56
Hex E2 91 3A 0 24 4A B 1F 4A 38
Octal 342 221 72 0 44 112 13 37 112 70
Binary 11100010 10010001 111010 0 100100 1001010 1011 11111 1001010 111000

Color Harmonies of #E2913A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2913A

Black with #E2913A

Text Example


Text Example

White with #E2913A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2913A; }

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

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

background-color css

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

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

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

border-color css

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

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

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