Html Css Color HEX #E9450D Persimmon

📋 copy color: '#E9450D'

red 233 ◦ green 69 ◦ blue 13

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

Shades of Persimmon #E9450D

Tints of Persimmon #E9450D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.9%

 BLUE value IS 13 (5.47% from 255) = 4.13%

R = 73.97%
G = 21.9%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E9450D (or 0xE9450D) is known color: Persimmon. HEX triplet: E9, 45 and 0D. RGB value is (233,69,13). Sum of RGB (Red+Green+Blue) = 233+69+13=315 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.97% from 315); Green value is 69 (27.34% from 255 or 21.90% from 315); Blue value is 13 (5.47% from 255 or 4.13% from 315); Max value from RGB is 233 - color contains mainly: red. Hex color #E9450D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E9450D is #16BAF2. Grayscale: #707070. Windows color (decimal): -1489651 or 869865. OLE color: 869865.

HSL color Cylindrical-coordinate representation of color #E9450D: hue angle of 15.27º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E9450D is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 69 13 -
CMYK 0 0.70 0.94 0.09
HSL 15.27º 0.89% 0.48% -
HSV(B) 15.27º 0.94% 0.91% -
XYZ 35.81 21.61 2.66 -
YUV 111.65 72.33 214.55 -
System Red Green Blue C M Y K H S L
Decimal 233 69 13 0 0.70 0.94 0.09 15.27 0.89 0.48
Hex E9 45 D 0 46 5E 9 F 59 30
Octal 351 105 15 0 106 136 11 17 131 60
Binary 11101001 1000101 1101 0 1000110 1011110 1001 1111 1011001 110000

Color Harmonies of #E9450D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9450D

Black with #E9450D

Text Example


Text Example

White with #E9450D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9450D; }

 p { color: rgb(233,69,13); }

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

background-color css

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

 a { background-color: rgb(233,69,13); }

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

border-color css

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

 span { border-color: rgb(233,69,13); }

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