Html Css Color HEX #E38C30 California

📋 copy color: '#E38C30'

red 227 ◦ green 140 ◦ blue 48

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

Shades of California #E38C30

Tints of California #E38C30

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.73%

 BLUE value IS 48 (19.14% from 255) = 11.57%

R = 54.7%
G = 33.73%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#E38C30 (or 0xE38C30) is known color: California. HEX triplet: E3, 8C and 30. RGB value is (227,140,48). Sum of RGB (Red+Green+Blue) = 227+140+48=415 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.70% from 415); Green value is 140 (55.08% from 255 or 33.73% from 415); Blue value is 48 (19.14% from 255 or 11.57% from 415); Max value from RGB is 227 - color contains mainly: red. Hex color #E38C30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E38C30 is #1C73CF. Grayscale: #9B9B9B. Windows color (decimal): -1864656 or 3181795. OLE color: 3181795.

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

Color convert

RGB 227 140 48 -
CMYK 0 0.38 0.79 0.11
HSL 30.84º 0.76% 0.54% -
HSV(B) 30.84º 0.79% 0.89% -
XYZ 41.59 35.3 7.42 -
YUV 155.53 67.32 178.98 -
System Red Green Blue C M Y K H S L
Decimal 227 140 48 0 0.38 0.79 0.11 30.84 0.76 0.54
Hex E3 8C 30 0 26 4F B 1F 4C 36
Octal 343 214 60 0 46 117 13 37 114 66
Binary 11100011 10001100 110000 0 100110 1001111 1011 11111 1001100 110110

Color Harmonies of #E38C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E38C30

Black with #E38C30

Text Example


Text Example

White with #E38C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E38C30; }

 p { color: rgb(227,140,48); }

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

background-color css

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

 a { background-color: rgb(227,140,48); }

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

border-color css

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

 span { border-color: rgb(227,140,48); }

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