Html Css Color HEX #E66002 Persimmon

📋 copy color: '#E66002'

red 230 ◦ green 96 ◦ blue 2

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

Shades of Persimmon #E66002

Tints of Persimmon #E66002

RGB

 RED value IS 230 (90.23% from 255) = 70.12%

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

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

R = 70.12%
G = 29.27%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#E66002 (or 0xE66002) is known color: Persimmon. HEX triplet: E6, 60 and 02. RGB value is (230,96,2). Sum of RGB (Red+Green+Blue) = 230+96+2=328 (43% of max value = 765). Red value is 230 (90.23% from 255 or 70.12% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 2 (1.17% from 255 or 0.61% from 328); Max value from RGB is 230 - color contains mainly: red. Hex color #E66002 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E66002 is #199FFD. Grayscale: #7D7D7D. Windows color (decimal): -1679358 or 155878. OLE color: 155878.

HSL color Cylindrical-coordinate representation of color #E66002: hue angle of 24.74º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E66002 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 96 2 -
CMYK 0 0.58 0.99 0.10
HSL 24.74º 0.98% 0.45% -
HSV(B) 24.74º 0.99% 0.9% -
XYZ 36.83 25.19 2.98 -
YUV 125.35 58.39 202.64 -
System Red Green Blue C M Y K H S L
Decimal 230 96 2 0 0.58 0.99 0.10 24.74 0.98 0.45
Hex E6 60 2 0 3A 63 A 19 62 2D
Octal 346 140 2 0 72 143 12 31 142 55
Binary 11100110 1100000 10 0 111010 1100011 1010 11001 1100010 101101

Color Harmonies of #E66002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66002

Black with #E66002

Text Example


Text Example

White with #E66002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66002; }

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

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

background-color css

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

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

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

border-color css

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

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

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