Html Css Color HEX #E65202 Persimmon

📋 copy color: '#E65202'

red 230 ◦ green 82 ◦ blue 2

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

Shades of Persimmon #E65202

Tints of Persimmon #E65202

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.11%

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

R = 73.25%
G = 26.11%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#E65202 (or 0xE65202) is known color: Persimmon. HEX triplet: E6, 52 and 02. RGB value is (230,82,2). Sum of RGB (Red+Green+Blue) = 230+82+2=314 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.25% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 2 (1.17% from 255 or 0.64% from 314); Max value from RGB is 230 - color contains mainly: red. Hex color #E65202 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65202 is #19ADFD. Grayscale: #757575. Windows color (decimal): -1682942 or 152294. OLE color: 152294.

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

Color convert

RGB 230 82 2 -
CMYK 0 0.64 0.99 0.10
HSL 21.05º 0.98% 0.45% -
HSV(B) 21.05º 0.99% 0.9% -
XYZ 35.66 22.86 2.59 -
YUV 117.13 63.03 208.5 -
System Red Green Blue C M Y K H S L
Decimal 230 82 2 0 0.64 0.99 0.10 21.05 0.98 0.45
Hex E6 52 2 0 40 63 A 15 62 2D
Octal 346 122 2 0 100 143 12 25 142 55
Binary 11100110 1010010 10 0 1000000 1100011 1010 10101 1100010 101101

Color Harmonies of #E65202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65202

Black with #E65202

Text Example


Text Example

White with #E65202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65202; }

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

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

background-color css

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

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

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

border-color css

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

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

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