Html Css Color HEX #E48C3D California

📋 copy color: '#E48C3D'

red 228 ◦ green 140 ◦ blue 61

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

Shades of California #E48C3D

Tints of California #E48C3D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.63%

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

R = 53.15%
G = 32.63%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.73

 K value IS 0.11

RGB Variations

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

Color information

#E48C3D (or 0xE48C3D) is known color: California. HEX triplet: E4, 8C and 3D. RGB value is (228,140,61). Sum of RGB (Red+Green+Blue) = 228+140+61=429 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.15% from 429); Green value is 140 (55.08% from 255 or 32.63% from 429); Blue value is 61 (24.22% from 255 or 14.22% from 429); Max value from RGB is 228 - color contains mainly: red. Hex color #E48C3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48C3D is #1B73C2. Grayscale: #9D9D9D. Windows color (decimal): -1799107 or 4033764. OLE color: 4033764.

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

Color convert

RGB 228 140 61 -
CMYK 0 0.39 0.73 0.11
HSL 28.38º 0.76% 0.57% -
HSV(B) 28.38º 0.73% 0.89% -
XYZ 42.22 35.59 9.06 -
YUV 157.31 73.65 178.42 -
System Red Green Blue C M Y K H S L
Decimal 228 140 61 0 0.39 0.73 0.11 28.38 0.76 0.57
Hex E4 8C 3D 0 27 49 B 1C 4C 39
Octal 344 214 75 0 47 111 13 34 114 71
Binary 11100100 10001100 111101 0 100111 1001001 1011 11100 1001100 111001

Color Harmonies of #E48C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48C3D

Black with #E48C3D

Text Example


Text Example

White with #E48C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48C3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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