Html Css Color HEX #E48A2E California

📋 copy color: '#E48A2E'

red 228 ◦ green 138 ◦ blue 46

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

Shades of California #E48A2E

Tints of California #E48A2E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.5%

 BLUE value IS 46 (18.36% from 255) = 11.17%

R = 55.34%
G = 33.5%
B = 11.17%

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

#E48A2E (or 0xE48A2E) is known color: California. HEX triplet: E4, 8A and 2E. RGB value is (228,138,46). Sum of RGB (Red+Green+Blue) = 228+138+46=412 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.34% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 46 (18.36% from 255 or 11.17% from 412); Max value from RGB is 228 - color contains mainly: red. Hex color #E48A2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48A2E is #1B75D1. Grayscale: #9A9A9A. Windows color (decimal): -1799634 or 3050212. OLE color: 3050212.

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

Color convert

RGB 228 138 46 -
CMYK 0 0.39 0.80 0.11
HSL 30.33º 0.77% 0.54% -
HSV(B) 30.33º 0.8% 0.89% -
XYZ 41.58 34.87 7.12 -
YUV 154.42 66.82 180.48 -
System Red Green Blue C M Y K H S L
Decimal 228 138 46 0 0.39 0.80 0.11 30.33 0.77 0.54
Hex E4 8A 2E 0 27 50 B 1E 4D 36
Octal 344 212 56 0 47 120 13 36 115 66
Binary 11100100 10001010 101110 0 100111 1010000 1011 11110 1001101 110110

Color Harmonies of #E48A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48A2E

Black with #E48A2E

Text Example


Text Example

White with #E48A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48A2E; }

 p { color: rgb(228,138,46); }

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

background-color css

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

 a { background-color: rgb(228,138,46); }

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

border-color css

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

 span { border-color: rgb(228,138,46); }

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