Html Css Color HEX #E95A04 Persimmon

📋 copy color: '#E95A04'

red 233 ◦ green 90 ◦ blue 4

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

Shades of Persimmon #E95A04

Tints of Persimmon #E95A04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.22%

R = 71.25%
G = 27.52%
B = 1.22%

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

#E95A04 (or 0xE95A04) is known color: Persimmon. HEX triplet: E9, 5A and 04. RGB value is (233,90,4). Sum of RGB (Red+Green+Blue) = 233+90+4=327 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.25% from 327); Green value is 90 (35.55% from 255 or 27.52% from 327); Blue value is 4 (1.95% from 255 or 1.22% from 327); Max value from RGB is 233 - color contains mainly: red. Hex color #E95A04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E95A04 is #16A5FB. Grayscale: #7B7B7B. Windows color (decimal): -1484284 or 285417. OLE color: 285417.

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

Color convert

RGB 233 90 4 -
CMYK 0 0.61 0.98 0.09
HSL 22.53º 0.97% 0.46% -
HSV(B) 22.53º 0.98% 0.91% -
XYZ 37.28 24.64 2.91 -
YUV 122.95 60.88 206.49 -
System Red Green Blue C M Y K H S L
Decimal 233 90 4 0 0.61 0.98 0.09 22.53 0.97 0.46
Hex E9 5A 4 0 3D 62 9 17 61 2E
Octal 351 132 4 0 75 142 11 27 141 56
Binary 11101001 1011010 100 0 111101 1100010 1001 10111 1100001 101110

Color Harmonies of #E95A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E95A04

Black with #E95A04

Text Example


Text Example

White with #E95A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E95A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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