Html Css Color HEX #E5450B Persimmon

📋 copy color: '#E5450B'

red 229 ◦ green 69 ◦ blue 11

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

Shades of Persimmon #E5450B

Tints of Persimmon #E5450B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.56%

R = 74.11%
G = 22.33%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E5450B (or 0xE5450B) is known color: Persimmon. HEX triplet: E5, 45 and 0B. RGB value is (229,69,11). Sum of RGB (Red+Green+Blue) = 229+69+11=309 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.11% from 309); Green value is 69 (27.34% from 255 or 22.33% from 309); Blue value is 11 (4.69% from 255 or 3.56% from 309); Max value from RGB is 229 - color contains mainly: red. Hex color #E5450B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E5450B is #1ABAF4. Grayscale: #6E6E6E. Windows color (decimal): -1751797 or 738789. OLE color: 738789.

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

Color convert

RGB 229 69 11 -
CMYK 0 0.70 0.95 0.10
HSL 15.96º 0.91% 0.47% -
HSV(B) 15.96º 0.95% 0.9% -
XYZ 34.5 20.94 2.54 -
YUV 110.23 72.01 212.72 -
System Red Green Blue C M Y K H S L
Decimal 229 69 11 0 0.70 0.95 0.10 15.96 0.91 0.47
Hex E5 45 B 0 46 5F A 10 5B 2F
Octal 345 105 13 0 106 137 12 20 133 57
Binary 11100101 1000101 1011 0 1000110 1011111 1010 10000 1011011 101111

Color Harmonies of #E5450B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5450B

Black with #E5450B

Text Example


Text Example

White with #E5450B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5450B; }

 p { color: rgb(229,69,11); }

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

background-color css

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

 a { background-color: rgb(229,69,11); }

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

border-color css

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

 span { border-color: rgb(229,69,11); }

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