Html Css Color HEX #E05307 Persimmon

📋 copy color: '#E05307'

red 224 ◦ green 83 ◦ blue 7

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

Shades of Persimmon #E05307

Tints of Persimmon #E05307

RGB

 RED value IS 224 (87.89% from 255) = 71.34%

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

 BLUE value IS 7 (3.13% from 255) = 2.23%

R = 71.34%
G = 26.43%
B = 2.23%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#E05307 (or 0xE05307) is known color: Persimmon. HEX triplet: E0, 53 and 07. RGB value is (224,83,7). Sum of RGB (Red+Green+Blue) = 224+83+7=314 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.34% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 7 (3.12% from 255 or 2.23% from 314); Max value from RGB is 224 - color contains mainly: red. Hex color #E05307 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E05307 is #1FACF8. Grayscale: #747474. Windows color (decimal): -2075897 or 480224. OLE color: 480224.

HSL color Cylindrical-coordinate representation of color #E05307: hue angle of 21.01º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E05307 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 83 7 -
CMYK 0 0.63 0.97 0.12
HSL 21.01º 0.94% 0.45% -
HSV(B) 21.01º 0.97% 0.88% -
XYZ 33.87 22.05 2.67 -
YUV 116.5 66.21 204.68 -
System Red Green Blue C M Y K H S L
Decimal 224 83 7 0 0.63 0.97 0.12 21.01 0.94 0.45
Hex E0 53 7 0 3F 61 C 15 5E 2D
Octal 340 123 7 0 77 141 14 25 136 55
Binary 11100000 1010011 111 0 111111 1100001 1100 10101 1011110 101101

Color Harmonies of #E05307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E05307

Black with #E05307

Text Example


Text Example

White with #E05307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E05307; }

 p { color: rgb(224,83,7); }

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

background-color css

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

 a { background-color: rgb(224,83,7); }

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

border-color css

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

 span { border-color: rgb(224,83,7); }

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