Html Css Color HEX #E9531D Persimmon

📋 copy color: '#E9531D'

red 233 ◦ green 83 ◦ blue 29

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

Shades of Persimmon #E9531D

Tints of Persimmon #E9531D

RGB

 RED value IS 233 (91.41% from 255) = 67.54%

 GREEN value IS 83 (32.81% from 255) = 24.06%

 BLUE value IS 29 (11.72% from 255) = 8.41%

R = 67.54%
G = 24.06%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#E9531D (or 0xE9531D) is known color: Persimmon. HEX triplet: E9, 53 and 1D. RGB value is (233,83,29). Sum of RGB (Red+Green+Blue) = 233+83+29=345 (45% of max value = 765). Red value is 233 (91.41% from 255 or 67.54% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 29 (11.72% from 255 or 8.41% from 345); Max value from RGB is 233 - color contains mainly: red. Hex color #E9531D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E9531D is #16ACE2. Grayscale: #7A7A7A. Windows color (decimal): -1486051 or 1922025. OLE color: 1922025.

HSL color Cylindrical-coordinate representation of color #E9531D: hue angle of 15.88º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E9531D is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 83 29 -
CMYK 0 0.64 0.88 0.09
HSL 15.88º 0.82% 0.51% -
HSV(B) 15.88º 0.88% 0.91% -
XYZ 36.92 23.6 3.77 -
YUV 121.69 75.7 207.39 -
System Red Green Blue C M Y K H S L
Decimal 233 83 29 0 0.64 0.88 0.09 15.88 0.82 0.51
Hex E9 53 1D 0 40 58 9 10 52 33
Octal 351 123 35 0 100 130 11 20 122 63
Binary 11101001 1010011 11101 0 1000000 1011000 1001 10000 1010010 110011

Color Harmonies of #E9531D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9531D

Black with #E9531D

Text Example


Text Example

White with #E9531D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9531D; }

 p { color: rgb(233,83,29); }

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

background-color css

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

 a { background-color: rgb(233,83,29); }

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

border-color css

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

 span { border-color: rgb(233,83,29); }

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