Html Css Color HEX #E2892D California

📋 copy color: '#E2892D'

red 226 ◦ green 137 ◦ blue 45

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

Shades of California #E2892D

Tints of California #E2892D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.58%

 BLUE value IS 45 (17.97% from 255) = 11.03%

R = 55.39%
G = 33.58%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E2892D (or 0xE2892D) is known color: California. HEX triplet: E2, 89 and 2D. RGB value is (226,137,45). Sum of RGB (Red+Green+Blue) = 226+137+45=408 (54% of max value = 765). Red value is 226 (88.67% from 255 or 55.39% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 45 (17.97% from 255 or 11.03% from 408); Max value from RGB is 226 - color contains mainly: red. Hex color #E2892D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E2892D is #1D76D2. Grayscale: #999999. Windows color (decimal): -1930963 or 2984418. OLE color: 2984418.

HSL color Cylindrical-coordinate representation of color #E2892D: hue angle of 30.5º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E2892D is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 137 45 -
CMYK 0 0.39 0.80 0.11
HSL 30.5º 0.76% 0.53% -
HSV(B) 30.5º 0.8% 0.89% -
XYZ 40.78 34.25 6.94 -
YUV 153.12 66.99 179.98 -
System Red Green Blue C M Y K H S L
Decimal 226 137 45 0 0.39 0.80 0.11 30.5 0.76 0.53
Hex E2 89 2D 0 27 50 B 1E 4C 35
Octal 342 211 55 0 47 120 13 36 114 65
Binary 11100010 10001001 101101 0 100111 1010000 1011 11110 1001100 110101

Color Harmonies of #E2892D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2892D

Black with #E2892D

Text Example


Text Example

White with #E2892D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2892D; }

 p { color: rgb(226,137,45); }

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

background-color css

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

 a { background-color: rgb(226,137,45); }

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

border-color css

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

 span { border-color: rgb(226,137,45); }

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