Html Css Color HEX #E65002 Persimmon

📋 copy color: '#E65002'

red 230 ◦ green 80 ◦ blue 2

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

Shades of Persimmon #E65002

Tints of Persimmon #E65002

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.64%

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

R = 73.72%
G = 25.64%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#E65002 (or 0xE65002) is known color: Persimmon. HEX triplet: E6, 50 and 02. RGB value is (230,80,2). Sum of RGB (Red+Green+Blue) = 230+80+2=312 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.72% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 2 (1.17% from 255 or 0.64% from 312); Max value from RGB is 230 - color contains mainly: red. Hex color #E65002 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65002 is #19AFFD. Grayscale: #747474. Windows color (decimal): -1683454 or 151782. OLE color: 151782.

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

Color convert

RGB 230 80 2 -
CMYK 0 0.65 0.99 0.10
HSL 20.53º 0.98% 0.45% -
HSV(B) 20.53º 0.99% 0.9% -
XYZ 35.51 22.56 2.54 -
YUV 115.96 63.7 209.34 -
System Red Green Blue C M Y K H S L
Decimal 230 80 2 0 0.65 0.99 0.10 20.53 0.98 0.45
Hex E6 50 2 0 41 63 A 15 62 2D
Octal 346 120 2 0 101 143 12 25 142 55
Binary 11100110 1010000 10 0 1000001 1100011 1010 10101 1100010 101101

Color Harmonies of #E65002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65002

Black with #E65002

Text Example


Text Example

White with #E65002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65002; }

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

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

background-color css

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

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

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

border-color css

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

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

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