Html Css Color HEX #E06007 Persimmon

📋 copy color: '#E06007'

red 224 ◦ green 96 ◦ blue 7

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

Shades of Persimmon #E06007

Tints of Persimmon #E06007

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.36%

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

R = 68.5%
G = 29.36%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#E06007 (or 0xE06007) is known color: Persimmon. HEX triplet: E0, 60 and 07. RGB value is (224,96,7). Sum of RGB (Red+Green+Blue) = 224+96+7=327 (43% of max value = 765). Red value is 224 (87.89% from 255 or 68.50% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 7 (3.12% from 255 or 2.14% from 327); Max value from RGB is 224 - color contains mainly: red. Hex color #E06007 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06007 is #1F9FF8. Grayscale: #7C7C7C. Windows color (decimal): -2072569 or 483552. OLE color: 483552.

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

Color convert

RGB 224 96 7 -
CMYK 0 0.57 0.97 0.12
HSL 24.61º 0.94% 0.45% -
HSV(B) 24.61º 0.97% 0.88% -
XYZ 34.96 24.23 3.03 -
YUV 124.13 61.91 199.24 -
System Red Green Blue C M Y K H S L
Decimal 224 96 7 0 0.57 0.97 0.12 24.61 0.94 0.45
Hex E0 60 7 0 39 61 C 19 5E 2D
Octal 340 140 7 0 71 141 14 31 136 55
Binary 11100000 1100000 111 0 111001 1100001 1100 11001 1011110 101101

Color Harmonies of #E06007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06007

Black with #E06007

Text Example


Text Example

White with #E06007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06007; }

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

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

background-color css

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

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

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

border-color css

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

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

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