Html Css Color HEX #E94A05 Persimmon

📋 copy color: '#E94A05'

red 233 ◦ green 74 ◦ blue 5

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

Shades of Persimmon #E94A05

Tints of Persimmon #E94A05

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.72%

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

R = 74.68%
G = 23.72%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#E94A05 (or 0xE94A05) is known color: Persimmon. HEX triplet: E9, 4A and 05. RGB value is (233,74,5). Sum of RGB (Red+Green+Blue) = 233+74+5=312 (41% of max value = 765). Red value is 233 (91.41% from 255 or 74.68% from 312); Green value is 74 (29.30% from 255 or 23.72% from 312); Blue value is 5 (2.34% from 255 or 1.60% from 312); Max value from RGB is 233 - color contains mainly: red. Hex color #E94A05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94A05 is #16B5FA. Grayscale: #727272. Windows color (decimal): -1488379 or 346857. OLE color: 346857.

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

Color convert

RGB 233 74 5 -
CMYK 0 0.68 0.98 0.09
HSL 18.16º 0.96% 0.47% -
HSV(B) 18.16º 0.98% 0.91% -
XYZ 36.08 22.23 2.53 -
YUV 113.68 66.68 213.11 -
System Red Green Blue C M Y K H S L
Decimal 233 74 5 0 0.68 0.98 0.09 18.16 0.96 0.47
Hex E9 4A 5 0 44 62 9 12 60 2F
Octal 351 112 5 0 104 142 11 22 140 57
Binary 11101001 1001010 101 0 1000100 1100010 1001 10010 1100000 101111

Color Harmonies of #E94A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94A05

Black with #E94A05

Text Example


Text Example

White with #E94A05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94A05; }

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

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

background-color css

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

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

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

border-color css

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

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

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