Html Css Color HEX #E38A31 California

📋 copy color: '#E38A31'

red 227 ◦ green 138 ◦ blue 49

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

Shades of California #E38A31

Tints of California #E38A31

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.33%

 BLUE value IS 49 (19.53% from 255) = 11.84%

R = 54.83%
G = 33.33%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#E38A31 (or 0xE38A31) is known color: California. HEX triplet: E3, 8A and 31. RGB value is (227,138,49). Sum of RGB (Red+Green+Blue) = 227+138+49=414 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.83% from 414); Green value is 138 (54.30% from 255 or 33.33% from 414); Blue value is 49 (19.53% from 255 or 11.84% from 414); Max value from RGB is 227 - color contains mainly: red. Hex color #E38A31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E38A31 is #1C75CE. Grayscale: #9A9A9A. Windows color (decimal): -1865167 or 3246819. OLE color: 3246819.

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

Color convert

RGB 227 138 49 -
CMYK 0 0.39 0.78 0.11
HSL 30º 0.76% 0.54% -
HSV(B) 30º 0.78% 0.89% -
XYZ 41.32 34.73 7.43 -
YUV 154.47 68.49 179.74 -
System Red Green Blue C M Y K H S L
Decimal 227 138 49 0 0.39 0.78 0.11 30 0.76 0.54
Hex E3 8A 31 0 27 4E B 1E 4C 36
Octal 343 212 61 0 47 116 13 36 114 66
Binary 11100011 10001010 110001 0 100111 1001110 1011 11110 1001100 110110

Color Harmonies of #E38A31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E38A31

Black with #E38A31

Text Example


Text Example

White with #E38A31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E38A31; }

 p { color: rgb(227,138,49); }

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

background-color css

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

 a { background-color: rgb(227,138,49); }

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

border-color css

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

 span { border-color: rgb(227,138,49); }

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