Html Css Color HEX #E48B3C California

📋 copy color: '#E48B3C'

red 228 ◦ green 139 ◦ blue 60

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

Shades of California #E48B3C

Tints of California #E48B3C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.55%

 BLUE value IS 60 (23.83% from 255) = 14.05%

R = 53.4%
G = 32.55%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.74

 K value IS 0.11

RGB Variations

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

Color information

#E48B3C (or 0xE48B3C) is known color: California. HEX triplet: E4, 8B and 3C. RGB value is (228,139,60). Sum of RGB (Red+Green+Blue) = 228+139+60=427 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.40% from 427); Green value is 139 (54.69% from 255 or 32.55% from 427); Blue value is 60 (23.83% from 255 or 14.05% from 427); Max value from RGB is 228 - color contains mainly: red. Hex color #E48B3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48B3C is #1B74C3. Grayscale: #9D9D9D. Windows color (decimal): -1799364 or 3967972. OLE color: 3967972.

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

Color convert

RGB 228 139 60 -
CMYK 0 0.39 0.74 0.11
HSL 28.21º 0.76% 0.56% -
HSV(B) 28.21º 0.74% 0.89% -
XYZ 42.04 35.29 8.87 -
YUV 156.61 73.49 178.92 -
System Red Green Blue C M Y K H S L
Decimal 228 139 60 0 0.39 0.74 0.11 28.21 0.76 0.56
Hex E4 8B 3C 0 27 4A B 1C 4C 38
Octal 344 213 74 0 47 112 13 34 114 70
Binary 11100100 10001011 111100 0 100111 1001010 1011 11100 1001100 111000

Color Harmonies of #E48B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48B3C

Black with #E48B3C

Text Example


Text Example

White with #E48B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48B3C; }

 p { color: rgb(228,139,60); }

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

background-color css

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

 a { background-color: rgb(228,139,60); }

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

border-color css

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

 span { border-color: rgb(228,139,60); }

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