Html Css Color HEX #E18B2F California

📋 copy color: '#E18B2F'

red 225 ◦ green 139 ◦ blue 47

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

Shades of California #E18B2F

Tints of California #E18B2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 11.44%

R = 54.74%
G = 33.82%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E18B2F (or 0xE18B2F) is known color: California. HEX triplet: E1, 8B and 2F. RGB value is (225,139,47). Sum of RGB (Red+Green+Blue) = 225+139+47=411 (54% of max value = 765). Red value is 225 (88.28% from 255 or 54.74% from 411); Green value is 139 (54.69% from 255 or 33.82% from 411); Blue value is 47 (18.75% from 255 or 11.44% from 411); Max value from RGB is 225 - color contains mainly: red. Hex color #E18B2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18B2F is #1E74D0. Grayscale: #9A9A9A. Windows color (decimal): -1995985 or 3116001. OLE color: 3116001.

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

Color convert

RGB 225 139 47 -
CMYK 0 0.38 0.79 0.12
HSL 31.01º 0.75% 0.53% -
HSV(B) 31.01º 0.79% 0.88% -
XYZ 40.8 34.68 7.23 -
YUV 154.23 67.49 178.48 -
System Red Green Blue C M Y K H S L
Decimal 225 139 47 0 0.38 0.79 0.12 31.01 0.75 0.53
Hex E1 8B 2F 0 26 4F C 1F 4B 35
Octal 341 213 57 0 46 117 14 37 113 65
Binary 11100001 10001011 101111 0 100110 1001111 1100 11111 1001011 110101

Color Harmonies of #E18B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18B2F

Black with #E18B2F

Text Example


Text Example

White with #E18B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18B2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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