Html Css Color HEX #E38E2F California

📋 copy color: '#E38E2F'

red 227 ◦ green 142 ◦ blue 47

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

Shades of California #E38E2F

Tints of California #E38E2F

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.13%

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

R = 54.57%
G = 34.13%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#E38E2F (or 0xE38E2F) is known color: California. HEX triplet: E3, 8E and 2F. RGB value is (227,142,47). Sum of RGB (Red+Green+Blue) = 227+142+47=416 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.57% from 416); Green value is 142 (55.86% from 255 or 34.13% from 416); Blue value is 47 (18.75% from 255 or 11.30% from 416); Max value from RGB is 227 - color contains mainly: red. Hex color #E38E2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E38E2F is #1C71D0. Grayscale: #9D9D9D. Windows color (decimal): -1864145 or 3116771. OLE color: 3116771.

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

Color convert

RGB 227 142 47 -
CMYK 0 0.37 0.79 0.11
HSL 31.67º 0.76% 0.54% -
HSV(B) 31.67º 0.79% 0.89% -
XYZ 41.86 35.88 7.41 -
YUV 156.59 66.16 178.22 -
System Red Green Blue C M Y K H S L
Decimal 227 142 47 0 0.37 0.79 0.11 31.67 0.76 0.54
Hex E3 8E 2F 0 25 4F B 20 4C 36
Octal 343 216 57 0 45 117 13 40 114 66
Binary 11100011 10001110 101111 0 100101 1001111 1011 100000 1001100 110110

Color Harmonies of #E38E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E38E2F

Black with #E38E2F

Text Example


Text Example

White with #E38E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E38E2F; }

 p { color: rgb(227,142,47); }

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

background-color css

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

 a { background-color: rgb(227,142,47); }

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

border-color css

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

 span { border-color: rgb(227,142,47); }

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