Html Css Color HEX #E95A0A Persimmon

📋 copy color: '#E95A0A'

red 233 ◦ green 90 ◦ blue 10

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

Shades of Persimmon #E95A0A

Tints of Persimmon #E95A0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3%

R = 69.97%
G = 27.03%
B = 3%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.96

 K value IS 0.09

RGB Variations

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

Color information

#E95A0A (or 0xE95A0A) is known color: Persimmon. HEX triplet: E9, 5A and 0A. RGB value is (233,90,10). Sum of RGB (Red+Green+Blue) = 233+90+10=333 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.97% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 10 (4.30% from 255 or 3.00% from 333); Max value from RGB is 233 - color contains mainly: red. Hex color #E95A0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95A0A is #16A5F5. Grayscale: #7C7C7C. Windows color (decimal): -1484278 or 678633. OLE color: 678633.

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

Color convert

RGB 233 90 10 -
CMYK 0 0.61 0.96 0.09
HSL 21.52º 0.92% 0.48% -
HSV(B) 21.52º 0.96% 0.91% -
XYZ 37.32 24.66 3.08 -
YUV 123.64 63.88 206 -
System Red Green Blue C M Y K H S L
Decimal 233 90 10 0 0.61 0.96 0.09 21.52 0.92 0.48
Hex E9 5A A 0 3D 60 9 16 5C 30
Octal 351 132 12 0 75 140 11 26 134 60
Binary 11101001 1011010 1010 0 111101 1100000 1001 10110 1011100 110000

Color Harmonies of #E95A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95A0A

Black with #E95A0A

Text Example


Text Example

White with #E95A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95A0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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