Html Css Color HEX #E38A2F California

📋 copy color: '#E38A2F'

red 227 ◦ green 138 ◦ blue 47

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

Shades of California #E38A2F

Tints of California #E38A2F

RGB

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

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

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

R = 55.1%
G = 33.5%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#E38A2F (or 0xE38A2F) is known color: California. HEX triplet: E3, 8A and 2F. RGB value is (227,138,47). Sum of RGB (Red+Green+Blue) = 227+138+47=412 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.10% from 412); Green value is 138 (54.30% from 255 or 33.50% from 412); Blue value is 47 (18.75% from 255 or 11.41% from 412); Max value from RGB is 227 - color contains mainly: red. Hex color #E38A2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E38A2F is #1C75D0. Grayscale: #9A9A9A. Windows color (decimal): -1865169 or 3115747. OLE color: 3115747.

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

Color convert

RGB 227 138 47 -
CMYK 0 0.39 0.79 0.11
HSL 30.33º 0.76% 0.54% -
HSV(B) 30.33º 0.79% 0.89% -
XYZ 41.28 34.71 7.21 -
YUV 154.24 67.49 179.9 -
System Red Green Blue C M Y K H S L
Decimal 227 138 47 0 0.39 0.79 0.11 30.33 0.76 0.54
Hex E3 8A 2F 0 27 4F B 1E 4C 36
Octal 343 212 57 0 47 117 13 36 114 66
Binary 11100011 10001010 101111 0 100111 1001111 1011 11110 1001100 110110

Color Harmonies of #E38A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E38A2F

Black with #E38A2F

Text Example


Text Example

White with #E38A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E38A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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