Html Css Color HEX #E5430D Persimmon

📋 copy color: '#E5430D'

red 229 ◦ green 67 ◦ blue 13

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

Shades of Persimmon #E5430D

Tints of Persimmon #E5430D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.68%

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

R = 74.11%
G = 21.68%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0.10

RGB Variations

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

Color information

#E5430D (or 0xE5430D) is known color: Persimmon. HEX triplet: E5, 43 and 0D. RGB value is (229,67,13). Sum of RGB (Red+Green+Blue) = 229+67+13=309 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.11% from 309); Green value is 67 (26.56% from 255 or 21.68% from 309); Blue value is 13 (5.47% from 255 or 4.21% from 309); Max value from RGB is 229 - color contains mainly: red. Hex color #E5430D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E5430D is #1ABCF2. Grayscale: #6D6D6D. Windows color (decimal): -1752307 or 869349. OLE color: 869349.

HSL color Cylindrical-coordinate representation of color #E5430D: hue angle of 15º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E5430D is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 67 13 -
CMYK 0 0.71 0.94 0.10
HSL 15º 0.89% 0.47% -
HSV(B) 15º 0.94% 0.9% -
XYZ 34.39 20.7 2.56 -
YUV 109.28 73.67 213.39 -
System Red Green Blue C M Y K H S L
Decimal 229 67 13 0 0.71 0.94 0.10 15 0.89 0.47
Hex E5 43 D 0 47 5E A F 59 2F
Octal 345 103 15 0 107 136 12 17 131 57
Binary 11100101 1000011 1101 0 1000111 1011110 1010 1111 1011001 101111

Color Harmonies of #E5430D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5430D

Black with #E5430D

Text Example


Text Example

White with #E5430D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5430D; }

 p { color: rgb(229,67,13); }

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

background-color css

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

 a { background-color: rgb(229,67,13); }

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

border-color css

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

 span { border-color: rgb(229,67,13); }

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