Html Css Color HEX #E95C1A Persimmon

📋 copy color: '#E95C1A'

red 233 ◦ green 92 ◦ blue 26

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

Shades of Persimmon #E95C1A

Tints of Persimmon #E95C1A

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.21%

 BLUE value IS 26 (10.55% from 255) = 7.41%

R = 66.38%
G = 26.21%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.09

RGB Variations

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

Color information

#E95C1A (or 0xE95C1A) is known color: Persimmon. HEX triplet: E9, 5C and 1A. RGB value is (233,92,26). Sum of RGB (Red+Green+Blue) = 233+92+26=351 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.38% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 26 (10.55% from 255 or 7.41% from 351); Max value from RGB is 233 - color contains mainly: red. Hex color #E95C1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E95C1A is #16A3E5. Grayscale: #7F7F7F. Windows color (decimal): -1483750 or 1727721. OLE color: 1727721.

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

Color convert

RGB 233 92 26 -
CMYK 0 0.61 0.89 0.09
HSL 19.13º 0.82% 0.51% -
HSV(B) 19.13º 0.89% 0.91% -
XYZ 37.62 25.05 3.83 -
YUV 126.64 71.21 203.87 -
System Red Green Blue C M Y K H S L
Decimal 233 92 26 0 0.61 0.89 0.09 19.13 0.82 0.51
Hex E9 5C 1A 0 3D 59 9 13 52 33
Octal 351 134 32 0 75 131 11 23 122 63
Binary 11101001 1011100 11010 0 111101 1011001 1001 10011 1010010 110011

Color Harmonies of #E95C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95C1A

Black with #E95C1A

Text Example


Text Example

White with #E95C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95C1A; }

 p { color: rgb(233,92,26); }

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

background-color css

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

 a { background-color: rgb(233,92,26); }

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

border-color css

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

 span { border-color: rgb(233,92,26); }

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