Html Css Color HEX #E94F05 Persimmon

📋 copy color: '#E94F05'

red 233 ◦ green 79 ◦ blue 5

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

Shades of Persimmon #E94F05

Tints of Persimmon #E94F05

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.92%

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

R = 73.5%
G = 24.92%
B = 1.58%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#E94F05 (or 0xE94F05) is known color: Persimmon. HEX triplet: E9, 4F and 05. RGB value is (233,79,5). Sum of RGB (Red+Green+Blue) = 233+79+5=317 (41% of max value = 765). Red value is 233 (91.41% from 255 or 73.50% from 317); Green value is 79 (31.25% from 255 or 24.92% from 317); Blue value is 5 (2.34% from 255 or 1.58% from 317); Max value from RGB is 233 - color contains mainly: red. Hex color #E94F05 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E94F05 is #16B0FA. Grayscale: #757575. Windows color (decimal): -1487099 or 348137. OLE color: 348137.

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

Color convert

RGB 233 79 5 -
CMYK 0 0.66 0.98 0.09
HSL 19.47º 0.96% 0.47% -
HSV(B) 19.47º 0.98% 0.91% -
XYZ 36.43 22.93 2.65 -
YUV 116.61 65.02 211.02 -
System Red Green Blue C M Y K H S L
Decimal 233 79 5 0 0.66 0.98 0.09 19.47 0.96 0.47
Hex E9 4F 5 0 42 62 9 13 60 2F
Octal 351 117 5 0 102 142 11 23 140 57
Binary 11101001 1001111 101 0 1000010 1100010 1001 10011 1100000 101111

Color Harmonies of #E94F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94F05

Black with #E94F05

Text Example


Text Example

White with #E94F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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