Html Css Color HEX #E38D34 California

📋 copy color: '#E38D34'

red 227 ◦ green 141 ◦ blue 52

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

Shades of California #E38D34

Tints of California #E38D34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.38%

R = 54.05%
G = 33.57%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#E38D34 (or 0xE38D34) is known color: California. HEX triplet: E3, 8D and 34. RGB value is (227,141,52). Sum of RGB (Red+Green+Blue) = 227+141+52=420 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.05% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 52 (20.70% from 255 or 12.38% from 420); Max value from RGB is 227 - color contains mainly: red. Hex color #E38D34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E38D34 is #1C72CB. Grayscale: #9D9D9D. Windows color (decimal): -1864396 or 3444195. OLE color: 3444195.

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

Color convert

RGB 227 141 52 -
CMYK 0 0.38 0.77 0.11
HSL 30.51º 0.76% 0.55% -
HSV(B) 30.51º 0.77% 0.89% -
XYZ 41.82 35.63 7.92 -
YUV 156.57 68.99 178.24 -
System Red Green Blue C M Y K H S L
Decimal 227 141 52 0 0.38 0.77 0.11 30.51 0.76 0.55
Hex E3 8D 34 0 26 4D B 1F 4C 37
Octal 343 215 64 0 46 115 13 37 114 67
Binary 11100011 10001101 110100 0 100110 1001101 1011 11111 1001100 110111

Color Harmonies of #E38D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E38D34

Black with #E38D34

Text Example


Text Example

White with #E38D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E38D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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