Html Css Color HEX #E38B2D California

📋 copy color: '#E38B2D'

red 227 ◦ green 139 ◦ blue 45

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

Shades of California #E38B2D

Tints of California #E38B2D

RGB

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

 GREEN value IS 139 (54.69% from 255) = 33.82%

 BLUE value IS 45 (17.97% from 255) = 10.95%

R = 55.23%
G = 33.82%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E38B2D (or 0xE38B2D) is known color: California. HEX triplet: E3, 8B and 2D. RGB value is (227,139,45). Sum of RGB (Red+Green+Blue) = 227+139+45=411 (54% of max value = 765). Red value is 227 (89.06% from 255 or 55.23% from 411); Green value is 139 (54.69% from 255 or 33.82% from 411); Blue value is 45 (17.97% from 255 or 10.95% from 411); Max value from RGB is 227 - color contains mainly: red. Hex color #E38B2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E38B2D is #1C74D2. Grayscale: #9B9B9B. Windows color (decimal): -1864915 or 2984931. OLE color: 2984931.

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

Color convert

RGB 227 139 45 -
CMYK 0 0.39 0.80 0.11
HSL 30.99º 0.76% 0.53% -
HSV(B) 30.99º 0.8% 0.89% -
XYZ 41.38 34.99 7.05 -
YUV 154.6 66.15 179.64 -
System Red Green Blue C M Y K H S L
Decimal 227 139 45 0 0.39 0.80 0.11 30.99 0.76 0.53
Hex E3 8B 2D 0 27 50 B 1F 4C 35
Octal 343 213 55 0 47 120 13 37 114 65
Binary 11100011 10001011 101101 0 100111 1010000 1011 11111 1001100 110101

Color Harmonies of #E38B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E38B2D

Black with #E38B2D

Text Example


Text Example

White with #E38B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E38B2D; }

 p { color: rgb(227,139,45); }

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

background-color css

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

 a { background-color: rgb(227,139,45); }

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

border-color css

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

 span { border-color: rgb(227,139,45); }

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