Html Css Color HEX #E95C0A Persimmon

📋 copy color: '#E95C0A'

red 233 ◦ green 92 ◦ blue 10

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

Shades of Persimmon #E95C0A

Tints of Persimmon #E95C0A

RGB

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

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

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

R = 69.55%
G = 27.46%
B = 2.99%

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

#E95C0A (or 0xE95C0A) is known color: Persimmon. HEX triplet: E9, 5C and 0A. RGB value is (233,92,10). Sum of RGB (Red+Green+Blue) = 233+92+10=335 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.55% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 10 (4.30% from 255 or 2.99% from 335); Max value from RGB is 233 - color contains mainly: red. Hex color #E95C0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95C0A is #16A3F5. Grayscale: #7D7D7D. Windows color (decimal): -1483766 or 679145. OLE color: 679145.

HSL color Cylindrical-coordinate representation of color #E95C0A: hue angle of 22.06º 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 #E95C0A is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 92 10 -
CMYK 0 0.61 0.96 0.09
HSL 22.06º 0.92% 0.48% -
HSV(B) 22.06º 0.96% 0.91% -
XYZ 37.49 25 3.14 -
YUV 124.81 63.21 205.17 -
System Red Green Blue C M Y K H S L
Decimal 233 92 10 0 0.61 0.96 0.09 22.06 0.92 0.48
Hex E9 5C A 0 3D 60 9 16 5C 30
Octal 351 134 12 0 75 140 11 26 134 60
Binary 11101001 1011100 1010 0 111101 1100000 1001 10110 1011100 110000

Color Harmonies of #E95C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95C0A

Black with #E95C0A

Text Example


Text Example

White with #E95C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95C0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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