Html Css Color HEX #E64502 Persimmon

📋 copy color: '#E64502'

red 230 ◦ green 69 ◦ blue 2

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

Shades of Persimmon #E64502

Tints of Persimmon #E64502

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.92%

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

R = 76.41%
G = 22.92%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#E64502 (or 0xE64502) is known color: Persimmon. HEX triplet: E6, 45 and 02. RGB value is (230,69,2). Sum of RGB (Red+Green+Blue) = 230+69+2=301 (39% of max value = 765). Red value is 230 (90.23% from 255 or 76.41% from 301); Green value is 69 (27.34% from 255 or 22.92% from 301); Blue value is 2 (1.17% from 255 or 0.66% from 301); Max value from RGB is 230 - color contains mainly: red. Hex color #E64502 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64502 is #19BAFD. Grayscale: #6D6D6D. Windows color (decimal): -1686270 or 148966. OLE color: 148966.

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

Color convert

RGB 230 69 2 -
CMYK 0 0.7 0.99 0.10
HSL 17.63º 0.98% 0.45% -
HSV(B) 17.63º 0.99% 0.9% -
XYZ 34.77 21.08 2.29 -
YUV 109.5 67.34 213.95 -
System Red Green Blue C M Y K H S L
Decimal 230 69 2 0 0.7 0.99 0.10 17.63 0.98 0.45
Hex E6 45 2 0 46 63 A 12 62 2D
Octal 346 105 2 0 106 143 12 22 142 55
Binary 11100110 1000101 10 0 1000110 1100011 1010 10010 1100010 101101

Color Harmonies of #E64502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64502

Black with #E64502

Text Example


Text Example

White with #E64502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64502; }

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

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

background-color css

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

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

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

border-color css

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

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

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