Html Css Color HEX #E48E3D California

📋 copy color: '#E48E3D'

red 228 ◦ green 142 ◦ blue 61

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

Shades of California #E48E3D

Tints of California #E48E3D

RGB

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

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

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

R = 52.9%
G = 32.95%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.73

 K value IS 0.11

RGB Variations

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

Color information

#E48E3D (or 0xE48E3D) is known color: California. HEX triplet: E4, 8E and 3D. RGB value is (228,142,61). Sum of RGB (Red+Green+Blue) = 228+142+61=431 (57% of max value = 765). Red value is 228 (89.45% from 255 or 52.90% from 431); Green value is 142 (55.86% from 255 or 32.95% from 431); Blue value is 61 (24.22% from 255 or 14.15% from 431); Max value from RGB is 228 - color contains mainly: red. Hex color #E48E3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48E3D is #1B71C2. Grayscale: #9E9E9E. Windows color (decimal): -1798595 or 4034276. OLE color: 4034276.

HSL color Cylindrical-coordinate representation of color #E48E3D: hue angle of 29.1º 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 #E48E3D is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 142 61 -
CMYK 0 0.38 0.73 0.11
HSL 29.1º 0.76% 0.57% -
HSV(B) 29.1º 0.73% 0.89% -
XYZ 42.51 36.18 9.16 -
YUV 158.48 72.99 177.59 -
System Red Green Blue C M Y K H S L
Decimal 228 142 61 0 0.38 0.73 0.11 29.1 0.76 0.57
Hex E4 8E 3D 0 26 49 B 1D 4C 39
Octal 344 216 75 0 46 111 13 35 114 71
Binary 11100100 10001110 111101 0 100110 1001001 1011 11101 1001100 111001

Color Harmonies of #E48E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48E3D

Black with #E48E3D

Text Example


Text Example

White with #E48E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48E3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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