Html Css Color HEX #E48E2E California

📋 copy color: '#E48E2E'

red 228 ◦ green 142 ◦ blue 46

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

Shades of California #E48E2E

Tints of California #E48E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.06%

R = 54.81%
G = 34.13%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E48E2E (or 0xE48E2E) is known color: California. HEX triplet: E4, 8E and 2E. RGB value is (228,142,46). Sum of RGB (Red+Green+Blue) = 228+142+46=416 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.81% from 416); Green value is 142 (55.86% from 255 or 34.13% from 416); Blue value is 46 (18.36% from 255 or 11.06% from 416); Max value from RGB is 228 - color contains mainly: red. Hex color #E48E2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48E2E is #1B71D1. Grayscale: #9D9D9D. Windows color (decimal): -1798610 or 3051236. OLE color: 3051236.

HSL color Cylindrical-coordinate representation of color #E48E2E: hue angle of 31.65º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E48E2E is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 142 46 -
CMYK 0 0.38 0.80 0.11
HSL 31.65º 0.77% 0.54% -
HSV(B) 31.65º 0.8% 0.89% -
XYZ 42.16 36.04 7.32 -
YUV 156.77 65.49 178.81 -
System Red Green Blue C M Y K H S L
Decimal 228 142 46 0 0.38 0.80 0.11 31.65 0.77 0.54
Hex E4 8E 2E 0 26 50 B 20 4D 36
Octal 344 216 56 0 46 120 13 40 115 66
Binary 11100100 10001110 101110 0 100110 1010000 1011 100000 1001101 110110

Color Harmonies of #E48E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48E2E

Black with #E48E2E

Text Example


Text Example

White with #E48E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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