Html Css Color HEX #E06207 Persimmon

📋 copy color: '#E06207'

red 224 ◦ green 98 ◦ blue 7

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

Shades of Persimmon #E06207

Tints of Persimmon #E06207

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.79%

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

R = 68.09%
G = 29.79%
B = 2.13%

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

#E06207 (or 0xE06207) is known color: Persimmon. HEX triplet: E0, 62 and 07. RGB value is (224,98,7). Sum of RGB (Red+Green+Blue) = 224+98+7=329 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.09% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 7 (3.12% from 255 or 2.13% from 329); Max value from RGB is 224 - color contains mainly: red. Hex color #E06207 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06207 is #1F9DF8. Grayscale: #7D7D7D. Windows color (decimal): -2072057 or 484064. OLE color: 484064.

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

Color convert

RGB 224 98 7 -
CMYK 0 0.56 0.97 0.12
HSL 25.16º 0.94% 0.45% -
HSV(B) 25.16º 0.97% 0.88% -
XYZ 35.15 24.6 3.1 -
YUV 125.3 61.24 198.4 -
System Red Green Blue C M Y K H S L
Decimal 224 98 7 0 0.56 0.97 0.12 25.16 0.94 0.45
Hex E0 62 7 0 38 61 C 19 5E 2D
Octal 340 142 7 0 70 141 14 31 136 55
Binary 11100000 1100010 111 0 111000 1100001 1100 11001 1011110 101101

Color Harmonies of #E06207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06207

Black with #E06207

Text Example


Text Example

White with #E06207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06207; }

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

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

background-color css

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

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

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

border-color css

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

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

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