Html Css Color HEX #E65A16 Persimmon

📋 copy color: '#E65A16'

red 230 ◦ green 90 ◦ blue 22

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

Shades of Persimmon #E65A16

Tints of Persimmon #E65A16

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.32%

 BLUE value IS 22 (8.98% from 255) = 6.43%

R = 67.25%
G = 26.32%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#E65A16 (or 0xE65A16) is known color: Persimmon. HEX triplet: E6, 5A and 16. RGB value is (230,90,22). Sum of RGB (Red+Green+Blue) = 230+90+22=342 (45% of max value = 765). Red value is 230 (90.23% from 255 or 67.25% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 22 (8.98% from 255 or 6.43% from 342); Max value from RGB is 230 - color contains mainly: red. Hex color #E65A16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65A16 is #19A5E9. Grayscale: #7C7C7C. Windows color (decimal): -1680874 or 1465062. OLE color: 1465062.

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

Color convert

RGB 230 90 22 -
CMYK 0 0.61 0.90 0.10
HSL 19.62º 0.83% 0.49% -
HSV(B) 19.62º 0.9% 0.9% -
XYZ 36.43 24.19 3.51 -
YUV 124.11 70.38 203.53 -
System Red Green Blue C M Y K H S L
Decimal 230 90 22 0 0.61 0.90 0.10 19.62 0.83 0.49
Hex E6 5A 16 0 3D 5A A 14 53 31
Octal 346 132 26 0 75 132 12 24 123 61
Binary 11100110 1011010 10110 0 111101 1011010 1010 10100 1010011 110001

Color Harmonies of #E65A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65A16

Black with #E65A16

Text Example


Text Example

White with #E65A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65A16; }

 p { color: rgb(230,90,22); }

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

background-color css

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

 a { background-color: rgb(230,90,22); }

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

border-color css

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

 span { border-color: rgb(230,90,22); }

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