Html Css Color HEX #E06206 Persimmon

📋 copy color: '#E06206'

red 224 ◦ green 98 ◦ blue 6

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

Shades of Persimmon #E06206

Tints of Persimmon #E06206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.83%

R = 68.29%
G = 29.88%
B = 1.83%

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

#E06206 (or 0xE06206) is known color: Persimmon. HEX triplet: E0, 62 and 06. RGB value is (224,98,6). Sum of RGB (Red+Green+Blue) = 224+98+6=328 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.29% from 328); Green value is 98 (38.67% from 255 or 29.88% from 328); Blue value is 6 (2.73% from 255 or 1.83% from 328); Max value from RGB is 224 - color contains mainly: red. Hex color #E06206 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06206 is #1F9DF9. Grayscale: #7D7D7D. Windows color (decimal): -2072058 or 418528. OLE color: 418528.

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

Color convert

RGB 224 98 6 -
CMYK 0 0.56 0.97 0.12
HSL 25.32º 0.95% 0.45% -
HSV(B) 25.32º 0.97% 0.88% -
XYZ 35.14 24.6 3.07 -
YUV 125.19 60.74 198.48 -
System Red Green Blue C M Y K H S L
Decimal 224 98 6 0 0.56 0.97 0.12 25.32 0.95 0.45
Hex E0 62 6 0 38 61 C 19 5F 2D
Octal 340 142 6 0 70 141 14 31 137 55
Binary 11100000 1100010 110 0 111000 1100001 1100 11001 1011111 101101

Color Harmonies of #E06206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06206

Black with #E06206

Text Example


Text Example

White with #E06206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06206; }

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

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

background-color css

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

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

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

border-color css

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

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

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