Html Css Color HEX #E06307 Persimmon

📋 copy color: '#E06307'

red 224 ◦ green 99 ◦ blue 7

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

Shades of Persimmon #E06307

Tints of Persimmon #E06307

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30%

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

R = 67.88%
G = 30%
B = 2.12%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#E06307 (or 0xE06307) is known color: Persimmon. HEX triplet: E0, 63 and 07. RGB value is (224,99,7). Sum of RGB (Red+Green+Blue) = 224+99+7=330 (43% of max value = 765). Red value is 224 (87.89% from 255 or 67.88% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 7 (3.12% from 255 or 2.12% from 330); Max value from RGB is 224 - color contains mainly: red. Hex color #E06307 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06307 is #1F9CF8. Grayscale: #7E7E7E. Windows color (decimal): -2071801 or 484320. OLE color: 484320.

HSL color Cylindrical-coordinate representation of color #E06307: hue angle of 25.44º 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 #E06307 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 99 7 -
CMYK 0 0.56 0.97 0.12
HSL 25.44º 0.94% 0.45% -
HSV(B) 25.44º 0.97% 0.88% -
XYZ 35.24 24.79 3.13 -
YUV 125.89 60.91 197.98 -
System Red Green Blue C M Y K H S L
Decimal 224 99 7 0 0.56 0.97 0.12 25.44 0.94 0.45
Hex E0 63 7 0 38 61 C 19 5E 2D
Octal 340 143 7 0 70 141 14 31 136 55
Binary 11100000 1100011 111 0 111000 1100001 1100 11001 1011110 101101

Color Harmonies of #E06307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06307

Black with #E06307

Text Example


Text Example

White with #E06307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06307; }

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

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

background-color css

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

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

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

border-color css

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

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

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