Html Css Color HEX #E95C05 Persimmon

📋 copy color: '#E95C05'

red 233 ◦ green 92 ◦ blue 5

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

Shades of Persimmon #E95C05

Tints of Persimmon #E95C05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.52%

R = 70.61%
G = 27.88%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#E95C05 (or 0xE95C05) is known color: Persimmon. HEX triplet: E9, 5C and 05. RGB value is (233,92,5). Sum of RGB (Red+Green+Blue) = 233+92+5=330 (43% of max value = 765). Red value is 233 (91.41% from 255 or 70.61% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 5 (2.34% from 255 or 1.52% from 330); Max value from RGB is 233 - color contains mainly: red. Hex color #E95C05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95C05 is #16A3FA. Grayscale: #7C7C7C. Windows color (decimal): -1483771 or 351465. OLE color: 351465.

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

Color convert

RGB 233 92 5 -
CMYK 0 0.61 0.98 0.09
HSL 22.89º 0.96% 0.47% -
HSV(B) 22.89º 0.98% 0.91% -
XYZ 37.46 24.99 2.99 -
YUV 124.24 60.71 205.57 -
System Red Green Blue C M Y K H S L
Decimal 233 92 5 0 0.61 0.98 0.09 22.89 0.96 0.47
Hex E9 5C 5 0 3D 62 9 17 60 2F
Octal 351 134 5 0 75 142 11 27 140 57
Binary 11101001 1011100 101 0 111101 1100010 1001 10111 1100000 101111

Color Harmonies of #E95C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95C05

Black with #E95C05

Text Example


Text Example

White with #E95C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95C05; }

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

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

background-color css

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

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

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

border-color css

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

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

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