Html Css Color HEX #E95A10 Persimmon

📋 copy color: '#E95A10'

red 233 ◦ green 90 ◦ blue 16

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

Shades of Persimmon #E95A10

Tints of Persimmon #E95A10

RGB

 RED value IS 233 (91.41% from 255) = 68.73%

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

 BLUE value IS 16 (6.64% from 255) = 4.72%

R = 68.73%
G = 26.55%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.09

RGB Variations

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

Color information

#E95A10 (or 0xE95A10) is known color: Persimmon. HEX triplet: E9, 5A and 10. RGB value is (233,90,16). Sum of RGB (Red+Green+Blue) = 233+90+16=339 (44% of max value = 765). Red value is 233 (91.41% from 255 or 68.73% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 16 (6.64% from 255 or 4.72% from 339); Max value from RGB is 233 - color contains mainly: red. Hex color #E95A10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95A10 is #16A5EF. Grayscale: #7C7C7C. Windows color (decimal): -1484272 or 1071849. OLE color: 1071849.

HSL color Cylindrical-coordinate representation of color #E95A10: hue angle of 20.46º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E95A10 is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 90 16 -
CMYK 0 0.61 0.93 0.09
HSL 20.46º 0.87% 0.49% -
HSV(B) 20.46º 0.93% 0.91% -
XYZ 37.35 24.67 3.28 -
YUV 124.32 66.88 205.52 -
System Red Green Blue C M Y K H S L
Decimal 233 90 16 0 0.61 0.93 0.09 20.46 0.87 0.49
Hex E9 5A 10 0 3D 5D 9 14 57 31
Octal 351 132 20 0 75 135 11 24 127 61
Binary 11101001 1011010 10000 0 111101 1011101 1001 10100 1010111 110001

Color Harmonies of #E95A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95A10

Black with #E95A10

Text Example


Text Example

White with #E95A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95A10; }

 p { color: rgb(233,90,16); }

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

background-color css

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

 a { background-color: rgb(233,90,16); }

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

border-color css

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

 span { border-color: rgb(233,90,16); }

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