Html Css Color HEX #E66102 Persimmon

📋 copy color: '#E66102'

red 230 ◦ green 97 ◦ blue 2

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

Shades of Persimmon #E66102

Tints of Persimmon #E66102

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.48%

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

R = 69.91%
G = 29.48%
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

#E66102 (or 0xE66102) is known color: Persimmon. HEX triplet: E6, 61 and 02. RGB value is (230,97,2). Sum of RGB (Red+Green+Blue) = 230+97+2=329 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.91% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 2 (1.17% from 255 or 0.61% from 329); Max value from RGB is 230 - color contains mainly: red. Hex color #E66102 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E66102 is #199EFD. Grayscale: #7E7E7E. Windows color (decimal): -1679102 or 156134. OLE color: 156134.

HSL color Cylindrical-coordinate representation of color #E66102: hue angle of 25º 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 #E66102 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 97 2 -
CMYK 0 0.58 0.99 0.10
HSL 25º 0.98% 0.45% -
HSV(B) 25º 0.99% 0.9% -
XYZ 36.92 25.38 3.01 -
YUV 125.94 58.06 202.22 -
System Red Green Blue C M Y K H S L
Decimal 230 97 2 0 0.58 0.99 0.10 25 0.98 0.45
Hex E6 61 2 0 3A 63 A 19 62 2D
Octal 346 141 2 0 72 143 12 31 142 55
Binary 11100110 1100001 10 0 111010 1100011 1010 11001 1100010 101101

Color Harmonies of #E66102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66102

Black with #E66102

Text Example


Text Example

White with #E66102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66102; }

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

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

background-color css

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

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

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

border-color css

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

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

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