Html Css Color HEX #E48E3A California

📋 copy color: '#E48E3A'

red 228 ◦ green 142 ◦ blue 58

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

Shades of California #E48E3A

Tints of California #E48E3A

RGB

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

 GREEN value IS 142 (55.86% from 255) = 33.18%

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

R = 53.27%
G = 33.18%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.75

 K value IS 0.11

RGB Variations

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

Color information

#E48E3A (or 0xE48E3A) is known color: California. HEX triplet: E4, 8E and 3A. RGB value is (228,142,58). Sum of RGB (Red+Green+Blue) = 228+142+58=428 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.27% from 428); Green value is 142 (55.86% from 255 or 33.18% from 428); Blue value is 58 (23.05% from 255 or 13.55% from 428); Max value from RGB is 228 - color contains mainly: red. Hex color #E48E3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48E3A is #1B71C5. Grayscale: #9E9E9E. Windows color (decimal): -1798598 or 3837668. OLE color: 3837668.

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

Color convert

RGB 228 142 58 -
CMYK 0 0.38 0.75 0.11
HSL 29.65º 0.76% 0.56% -
HSV(B) 29.65º 0.75% 0.89% -
XYZ 42.43 36.15 8.74 -
YUV 158.14 71.49 177.83 -
System Red Green Blue C M Y K H S L
Decimal 228 142 58 0 0.38 0.75 0.11 29.65 0.76 0.56
Hex E4 8E 3A 0 26 4B B 1E 4C 38
Octal 344 216 72 0 46 113 13 36 114 70
Binary 11100100 10001110 111010 0 100110 1001011 1011 11110 1001100 111000

Color Harmonies of #E48E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48E3A

Black with #E48E3A

Text Example


Text Example

White with #E48E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48E3A; }

 p { color: rgb(228,142,58); }

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

background-color css

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

 a { background-color: rgb(228,142,58); }

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

border-color css

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

 span { border-color: rgb(228,142,58); }

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