Html Css Color HEX #E38F3D California

📋 copy color: '#E38F3D'

red 227 ◦ green 143 ◦ blue 61

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

Shades of California #E38F3D

Tints of California #E38F3D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.18%

 BLUE value IS 61 (24.22% from 255) = 14.15%

R = 52.67%
G = 33.18%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.73

 K value IS 0.11

RGB Variations

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

Color information

#E38F3D (or 0xE38F3D) is known color: California. HEX triplet: E3, 8F and 3D. RGB value is (227,143,61). Sum of RGB (Red+Green+Blue) = 227+143+61=431 (57% of max value = 765). Red value is 227 (89.06% from 255 or 52.67% from 431); Green value is 143 (56.25% from 255 or 33.18% from 431); Blue value is 61 (24.22% from 255 or 14.15% from 431); Max value from RGB is 227 - color contains mainly: red. Hex color #E38F3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E38F3D is #1C70C2. Grayscale: #9F9F9F. Windows color (decimal): -1863875 or 4034531. OLE color: 4034531.

HSL color Cylindrical-coordinate representation of color #E38F3D: hue angle of 29.64º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E38F3D is Cyan = 0, Magento = 0.37, Yellow = 0.73 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 143 61 -
CMYK 0 0.37 0.73 0.11
HSL 29.64º 0.75% 0.56% -
HSV(B) 29.64º 0.73% 0.89% -
XYZ 42.34 36.31 9.19 -
YUV 158.77 72.83 176.67 -
System Red Green Blue C M Y K H S L
Decimal 227 143 61 0 0.37 0.73 0.11 29.64 0.75 0.56
Hex E3 8F 3D 0 25 49 B 1E 4B 38
Octal 343 217 75 0 45 111 13 36 113 70
Binary 11100011 10001111 111101 0 100101 1001001 1011 11110 1001011 111000

Color Harmonies of #E38F3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E38F3D

Black with #E38F3D

Text Example


Text Example

White with #E38F3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E38F3D; }

 p { color: rgb(227,143,61); }

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

background-color css

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

 a { background-color: rgb(227,143,61); }

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

border-color css

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

 span { border-color: rgb(227,143,61); }

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