Html Css Color HEX #E48B2E California

📋 copy color: '#E48B2E'

red 228 ◦ green 139 ◦ blue 46

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

Shades of California #E48B2E

Tints of California #E48B2E

RGB

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

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

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

R = 55.21%
G = 33.66%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E48B2E (or 0xE48B2E) is known color: California. HEX triplet: E4, 8B and 2E. RGB value is (228,139,46). Sum of RGB (Red+Green+Blue) = 228+139+46=413 (54% of max value = 765). Red value is 228 (89.45% from 255 or 55.21% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 46 (18.36% from 255 or 11.14% from 413); Max value from RGB is 228 - color contains mainly: red. Hex color #E48B2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E48B2E is #1B74D1. Grayscale: #9B9B9B. Windows color (decimal): -1799378 or 3050468. OLE color: 3050468.

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

Color convert

RGB 228 139 46 -
CMYK 0 0.39 0.80 0.11
HSL 30.66º 0.77% 0.54% -
HSV(B) 30.66º 0.8% 0.89% -
XYZ 41.72 35.16 7.17 -
YUV 155.01 66.49 180.06 -
System Red Green Blue C M Y K H S L
Decimal 228 139 46 0 0.39 0.80 0.11 30.66 0.77 0.54
Hex E4 8B 2E 0 27 50 B 1F 4D 36
Octal 344 213 56 0 47 120 13 37 115 66
Binary 11100100 10001011 101110 0 100111 1010000 1011 11111 1001101 110110

Color Harmonies of #E48B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48B2E

Black with #E48B2E

Text Example


Text Example

White with #E48B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48B2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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