Html Css Color HEX #E55A0B Persimmon

📋 copy color: '#E55A0B'

red 229 ◦ green 90 ◦ blue 11

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

Shades of Persimmon #E55A0B

Tints of Persimmon #E55A0B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.27%

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

R = 69.39%
G = 27.27%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E55A0B (or 0xE55A0B) is known color: Persimmon. HEX triplet: E5, 5A and 0B. RGB value is (229,90,11). Sum of RGB (Red+Green+Blue) = 229+90+11=330 (43% of max value = 765). Red value is 229 (89.84% from 255 or 69.39% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 11 (4.69% from 255 or 3.33% from 330); Max value from RGB is 229 - color contains mainly: red. Hex color #E55A0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55A0B is #1AA5F4. Grayscale: #7B7B7B. Windows color (decimal): -1746421 or 744165. OLE color: 744165.

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

Color convert

RGB 229 90 11 -
CMYK 0 0.61 0.95 0.10
HSL 21.74º 0.91% 0.47% -
HSV(B) 21.74º 0.95% 0.9% -
XYZ 36.03 23.99 3.05 -
YUV 122.56 65.05 203.92 -
System Red Green Blue C M Y K H S L
Decimal 229 90 11 0 0.61 0.95 0.10 21.74 0.91 0.47
Hex E5 5A B 0 3D 5F A 16 5B 2F
Octal 345 132 13 0 75 137 12 26 133 57
Binary 11100101 1011010 1011 0 111101 1011111 1010 10110 1011011 101111

Color Harmonies of #E55A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55A0B

Black with #E55A0B

Text Example


Text Example

White with #E55A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55A0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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