Html Css Color HEX #E5440B Persimmon

📋 copy color: '#E5440B'

red 229 ◦ green 68 ◦ blue 11

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

Shades of Persimmon #E5440B

Tints of Persimmon #E5440B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.08%

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

R = 74.35%
G = 22.08%
B = 3.57%

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

#E5440B (or 0xE5440B) is known color: Persimmon. HEX triplet: E5, 44 and 0B. RGB value is (229,68,11). Sum of RGB (Red+Green+Blue) = 229+68+11=308 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.35% from 308); Green value is 68 (26.95% from 255 or 22.08% from 308); Blue value is 11 (4.69% from 255 or 3.57% from 308); Max value from RGB is 229 - color contains mainly: red. Hex color #E5440B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E5440B is #1ABBF4. Grayscale: #6E6E6E. Windows color (decimal): -1752053 or 738533. OLE color: 738533.

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

Color convert

RGB 229 68 11 -
CMYK 0 0.70 0.95 0.10
HSL 15.69º 0.91% 0.47% -
HSV(B) 15.69º 0.95% 0.9% -
XYZ 34.44 20.82 2.52 -
YUV 109.64 72.34 213.13 -
System Red Green Blue C M Y K H S L
Decimal 229 68 11 0 0.70 0.95 0.10 15.69 0.91 0.47
Hex E5 44 B 0 46 5F A 10 5B 2F
Octal 345 104 13 0 106 137 12 20 133 57
Binary 11100101 1000100 1011 0 1000110 1011111 1010 10000 1011011 101111

Color Harmonies of #E5440B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5440B

Black with #E5440B

Text Example


Text Example

White with #E5440B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5440B; }

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

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

background-color css

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

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

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

border-color css

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

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

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