Html Css Color HEX #E58B2D California

📋 copy color: '#E58B2D'

red 229 ◦ green 139 ◦ blue 45

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

Shades of California #E58B2D

Tints of California #E58B2D

RGB

 RED value IS 229 (89.84% from 255) = 55.45%

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

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

R = 55.45%
G = 33.66%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#E58B2D (or 0xE58B2D) is known color: California. HEX triplet: E5, 8B and 2D. RGB value is (229,139,45). Sum of RGB (Red+Green+Blue) = 229+139+45=413 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.45% from 413); Green value is 139 (54.69% from 255 or 33.66% from 413); Blue value is 45 (17.97% from 255 or 10.90% from 413); Max value from RGB is 229 - color contains mainly: red. Hex color #E58B2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E58B2D is #1A74D2. Grayscale: #9B9B9B. Windows color (decimal): -1733843 or 2984933. OLE color: 2984933.

HSL color Cylindrical-coordinate representation of color #E58B2D: hue angle of 30.65º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E58B2D is Cyan = 0, Magento = 0.39, Yellow = 0.80 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 139 45 -
CMYK 0 0.39 0.80 0.10
HSL 30.65º 0.78% 0.54% -
HSV(B) 30.65º 0.8% 0.9% -
XYZ 42.02 35.31 7.08 -
YUV 155.19 65.82 180.64 -
System Red Green Blue C M Y K H S L
Decimal 229 139 45 0 0.39 0.80 0.10 30.65 0.78 0.54
Hex E5 8B 2D 0 27 50 A 1F 4E 36
Octal 345 213 55 0 47 120 12 37 116 66
Binary 11100101 10001011 101101 0 100111 1010000 1010 11111 1001110 110110

Color Harmonies of #E58B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58B2D

Black with #E58B2D

Text Example


Text Example

White with #E58B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58B2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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