Html Css Color HEX #E58C2D California

📋 copy color: '#E58C2D'

red 229 ◦ green 140 ◦ blue 45

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

Shades of California #E58C2D

Tints of California #E58C2D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.82%

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

R = 55.31%
G = 33.82%
B = 10.87%

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

#E58C2D (or 0xE58C2D) is known color: California. HEX triplet: E5, 8C and 2D. RGB value is (229,140,45). Sum of RGB (Red+Green+Blue) = 229+140+45=414 (54% of max value = 765). Red value is 229 (89.84% from 255 or 55.31% from 414); Green value is 140 (55.08% from 255 or 33.82% from 414); Blue value is 45 (17.97% from 255 or 10.87% from 414); Max value from RGB is 229 - color contains mainly: red. Hex color #E58C2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E58C2D is #1A73D2. Grayscale: #9C9C9C. Windows color (decimal): -1733587 or 2985189. OLE color: 2985189.

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

Color convert

RGB 229 140 45 -
CMYK 0 0.39 0.80 0.10
HSL 30.98º 0.78% 0.54% -
HSV(B) 30.98º 0.8% 0.9% -
XYZ 42.16 35.6 7.13 -
YUV 155.78 65.49 180.22 -
System Red Green Blue C M Y K H S L
Decimal 229 140 45 0 0.39 0.80 0.10 30.98 0.78 0.54
Hex E5 8C 2D 0 27 50 A 1F 4E 36
Octal 345 214 55 0 47 120 12 37 116 66
Binary 11100101 10001100 101101 0 100111 1010000 1010 11111 1001110 110110

Color Harmonies of #E58C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58C2D

Black with #E58C2D

Text Example


Text Example

White with #E58C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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