Html Css Color HEX #E55300 Persimmon

📋 copy color: '#E55300'

red 229 ◦ green 83 ◦ blue 0

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

Shades of Persimmon #E55300

Tints of Persimmon #E55300

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.6%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.4%
G = 26.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.10

RGB Variations

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

Color information

#E55300 (or 0xE55300) is known color: Persimmon. HEX triplet: E5, 53 and 00. RGB value is (229,83,0). Sum of RGB (Red+Green+Blue) = 229+83+0=312 (41% of max value = 765). Red value is 229 (89.84% from 255 or 73.40% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 0 (0.39% from 255 or 0% from 312); Max value from RGB is 229 - color contains mainly: red. Hex color #E55300 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E55300 is #1AACFF. Grayscale: #757575. Windows color (decimal): -1748224 or 21477. OLE color: 21477.

HSL color Cylindrical-coordinate representation of color #E55300: hue angle of 21.75º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E55300 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 83 0 -
CMYK 0 0.64 1 0.10
HSL 21.75º 1% 0.45% -
HSV(B) 21.75º 1% 0.9% -
XYZ 35.41 22.84 2.54 -
YUV 117.19 61.87 207.75 -
System Red Green Blue C M Y K H S L
Decimal 229 83 0 0 0.64 1 0.10 21.75 1 0.45
Hex E5 53 0 0 40 64 A 16 64 2D
Octal 345 123 0 0 100 144 12 26 144 55
Binary 11100101 1010011 0 0 1000000 1100100 1010 10110 1100100 101101

Color Harmonies of #E55300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55300

Black with #E55300

Text Example


Text Example

White with #E55300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55300; }

 p { color: rgb(229,83,0); }

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

background-color css

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

 a { background-color: rgb(229,83,0); }

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

border-color css

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

 span { border-color: rgb(229,83,0); }

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