Html Css Color HEX #E18B3B California

📋 copy color: '#E18B3B'

red 225 ◦ green 139 ◦ blue 59

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

Shades of California #E18B3B

Tints of California #E18B3B

RGB

 RED value IS 225 (88.28% from 255) = 53.19%

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

 BLUE value IS 59 (23.44% from 255) = 13.95%

R = 53.19%
G = 32.86%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#E18B3B (or 0xE18B3B) is known color: California. HEX triplet: E1, 8B and 3B. RGB value is (225,139,59). Sum of RGB (Red+Green+Blue) = 225+139+59=423 (56% of max value = 765). Red value is 225 (88.28% from 255 or 53.19% from 423); Green value is 139 (54.69% from 255 or 32.86% from 423); Blue value is 59 (23.44% from 255 or 13.95% from 423); Max value from RGB is 225 - color contains mainly: red. Hex color #E18B3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18B3B is #1E74C4. Grayscale: #9C9C9C. Windows color (decimal): -1995973 or 3902433. OLE color: 3902433.

HSL color Cylindrical-coordinate representation of color #E18B3B: hue angle of 28.92º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E18B3B is Cyan = 0, Magento = 0.38, Yellow = 0.74 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 139 59 -
CMYK 0 0.38 0.74 0.12
HSL 28.92º 0.73% 0.56% -
HSV(B) 28.92º 0.74% 0.88% -
XYZ 41.07 34.79 8.69 -
YUV 155.59 73.49 177.5 -
System Red Green Blue C M Y K H S L
Decimal 225 139 59 0 0.38 0.74 0.12 28.92 0.73 0.56
Hex E1 8B 3B 0 26 4A C 1D 49 38
Octal 341 213 73 0 46 112 14 35 111 70
Binary 11100001 10001011 111011 0 100110 1001010 1100 11101 1001001 111000

Color Harmonies of #E18B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18B3B

Black with #E18B3B

Text Example


Text Example

White with #E18B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18B3B; }

 p { color: rgb(225,139,59); }

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

background-color css

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

 a { background-color: rgb(225,139,59); }

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

border-color css

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

 span { border-color: rgb(225,139,59); }

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