Html Css Color HEX #E48F3A California

📋 copy color: '#E48F3A'

red 228 ◦ green 143 ◦ blue 58

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

Shades of California #E48F3A

Tints of California #E48F3A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.33%

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

R = 53.15%
G = 33.33%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.75

 K value IS 0.11

RGB Variations

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

Color information

#E48F3A (or 0xE48F3A) is known color: California. HEX triplet: E4, 8F and 3A. RGB value is (228,143,58). Sum of RGB (Red+Green+Blue) = 228+143+58=429 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.15% from 429); Green value is 143 (56.25% from 255 or 33.33% from 429); Blue value is 58 (23.05% from 255 or 13.52% from 429); Max value from RGB is 228 - color contains mainly: red. Hex color #E48F3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48F3A is #1B70C5. Grayscale: #9F9F9F. Windows color (decimal): -1798342 or 3837924. OLE color: 3837924.

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

Color convert

RGB 228 143 58 -
CMYK 0 0.37 0.75 0.11
HSL 30º 0.76% 0.56% -
HSV(B) 30º 0.75% 0.89% -
XYZ 42.58 36.44 8.79 -
YUV 158.73 71.16 177.41 -
System Red Green Blue C M Y K H S L
Decimal 228 143 58 0 0.37 0.75 0.11 30 0.76 0.56
Hex E4 8F 3A 0 25 4B B 1E 4C 38
Octal 344 217 72 0 45 113 13 36 114 70
Binary 11100100 10001111 111010 0 100101 1001011 1011 11110 1001100 111000

Color Harmonies of #E48F3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48F3A

Black with #E48F3A

Text Example


Text Example

White with #E48F3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48F3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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