Html Css Color HEX #E38D39 California

📋 copy color: '#E38D39'

red 227 ◦ green 141 ◦ blue 57

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

Shades of California #E38D39

Tints of California #E38D39

RGB

 RED value IS 227 (89.06% from 255) = 53.41%

 GREEN value IS 141 (55.47% from 255) = 33.18%

 BLUE value IS 57 (22.66% from 255) = 13.41%

R = 53.41%
G = 33.18%
B = 13.41%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.75

 K value IS 0.11

RGB Variations

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

Color information

#E38D39 (or 0xE38D39) is known color: California. HEX triplet: E3, 8D and 39. RGB value is (227,141,57). Sum of RGB (Red+Green+Blue) = 227+141+57=425 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.41% from 425); Green value is 141 (55.47% from 255 or 33.18% from 425); Blue value is 57 (22.66% from 255 or 13.41% from 425); Max value from RGB is 227 - color contains mainly: red. Hex color #E38D39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E38D39 is #1C72C6. Grayscale: #9D9D9D. Windows color (decimal): -1864391 or 3771875. OLE color: 3771875.

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

Color convert

RGB 227 141 57 -
CMYK 0 0.38 0.75 0.11
HSL 29.65º 0.75% 0.56% -
HSV(B) 29.65º 0.75% 0.89% -
XYZ 41.94 35.68 8.55 -
YUV 157.14 71.49 177.83 -
System Red Green Blue C M Y K H S L
Decimal 227 141 57 0 0.38 0.75 0.11 29.65 0.75 0.56
Hex E3 8D 39 0 26 4B B 1E 4B 38
Octal 343 215 71 0 46 113 13 36 113 70
Binary 11100011 10001101 111001 0 100110 1001011 1011 11110 1001011 111000

Color Harmonies of #E38D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E38D39

Black with #E38D39

Text Example


Text Example

White with #E38D39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E38D39; }

 p { color: rgb(227,141,57); }

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

background-color css

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

 a { background-color: rgb(227,141,57); }

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

border-color css

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

 span { border-color: rgb(227,141,57); }

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