Html Css Color HEX #E4913D California

📋 copy color: '#E4913D'

red 228 ◦ green 145 ◦ blue 61

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

Shades of California #E4913D

Tints of California #E4913D

RGB

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

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

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

R = 52.53%
G = 33.41%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.73

 K value IS 0.11

RGB Variations

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

Color information

#E4913D (or 0xE4913D) is known color: California. HEX triplet: E4, 91 and 3D. RGB value is (228,145,61). Sum of RGB (Red+Green+Blue) = 228+145+61=434 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.53% from 434); Green value is 145 (57.03% from 255 or 33.41% from 434); Blue value is 61 (24.22% from 255 or 14.06% from 434); Max value from RGB is 228 - color contains mainly: red. Hex color #E4913D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E4913D is #1B6EC2. Grayscale: #A0A0A0. Windows color (decimal): -1797827 or 4035044. OLE color: 4035044.

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

Color convert

RGB 228 145 61 -
CMYK 0 0.36 0.73 0.11
HSL 30.18º 0.76% 0.57% -
HSV(B) 30.18º 0.73% 0.89% -
XYZ 42.96 37.08 9.31 -
YUV 160.24 72 176.33 -
System Red Green Blue C M Y K H S L
Decimal 228 145 61 0 0.36 0.73 0.11 30.18 0.76 0.57
Hex E4 91 3D 0 24 49 B 1E 4C 39
Octal 344 221 75 0 44 111 13 36 114 71
Binary 11100100 10010001 111101 0 100100 1001001 1011 11110 1001100 111001

Color Harmonies of #E4913D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4913D

Black with #E4913D

Text Example


Text Example

White with #E4913D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4913D; }

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

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

background-color css

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

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

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

border-color css

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

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

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