Html Css Color HEX #E06002 Persimmon

📋 copy color: '#E06002'

red 224 ◦ green 96 ◦ blue 2

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

Shades of Persimmon #E06002

Tints of Persimmon #E06002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.62%

R = 69.57%
G = 29.81%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E06002 (or 0xE06002) is known color: Persimmon. HEX triplet: E0, 60 and 02. RGB value is (224,96,2). Sum of RGB (Red+Green+Blue) = 224+96+2=322 (42% of max value = 765). Red value is 224 (87.89% from 255 or 69.57% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 2 (1.17% from 255 or 0.62% from 322); Max value from RGB is 224 - color contains mainly: red. Hex color #E06002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E06002 is #1F9FFD. Grayscale: #7C7C7C. Windows color (decimal): -2072574 or 155872. OLE color: 155872.

HSL color Cylindrical-coordinate representation of color #E06002: hue angle of 25.41º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E06002 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 96 2 -
CMYK 0 0.57 0.99 0.12
HSL 25.41º 0.98% 0.44% -
HSV(B) 25.41º 0.99% 0.88% -
XYZ 34.93 24.22 2.89 -
YUV 123.56 59.41 199.64 -
System Red Green Blue C M Y K H S L
Decimal 224 96 2 0 0.57 0.99 0.12 25.41 0.98 0.44
Hex E0 60 2 0 39 63 C 19 62 2C
Octal 340 140 2 0 71 143 14 31 142 54
Binary 11100000 1100000 10 0 111001 1100011 1100 11001 1100010 101100

Color Harmonies of #E06002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E06002

Black with #E06002

Text Example


Text Example

White with #E06002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E06002; }

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

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

background-color css

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

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

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

border-color css

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

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

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