Html Css Color HEX #E65015 Persimmon

📋 copy color: '#E65015'

red 230 ◦ green 80 ◦ blue 21

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

Shades of Persimmon #E65015

Tints of Persimmon #E65015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.34%

R = 69.49%
G = 24.17%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.10

RGB Variations

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

Color information

#E65015 (or 0xE65015) is known color: Persimmon. HEX triplet: E6, 50 and 15. RGB value is (230,80,21). Sum of RGB (Red+Green+Blue) = 230+80+21=331 (43% of max value = 765). Red value is 230 (90.23% from 255 or 69.49% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 21 (8.59% from 255 or 6.34% from 331); Max value from RGB is 230 - color contains mainly: red. Hex color #E65015 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65015 is #19AFEA. Grayscale: #767676. Windows color (decimal): -1683435 or 1396966. OLE color: 1396966.

HSL color Cylindrical-coordinate representation of color #E65015: hue angle of 16.94º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E65015 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 80 21 -
CMYK 0 0.65 0.91 0.10
HSL 16.94º 0.83% 0.49% -
HSV(B) 16.94º 0.91% 0.9% -
XYZ 35.64 22.61 3.2 -
YUV 118.12 73.2 207.8 -
System Red Green Blue C M Y K H S L
Decimal 230 80 21 0 0.65 0.91 0.10 16.94 0.83 0.49
Hex E6 50 15 0 41 5B A 11 53 31
Octal 346 120 25 0 101 133 12 21 123 61
Binary 11100110 1010000 10101 0 1000001 1011011 1010 10001 1010011 110001

Color Harmonies of #E65015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65015

Black with #E65015

Text Example


Text Example

White with #E65015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65015; }

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

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

background-color css

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

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

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

border-color css

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

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

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