Html Css Color HEX #E94508 Persimmon

📋 copy color: '#E94508'

red 233 ◦ green 69 ◦ blue 8

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

Shades of Persimmon #E94508

Tints of Persimmon #E94508

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.26%

 BLUE value IS 8 (3.52% from 255) = 2.58%

R = 75.16%
G = 22.26%
B = 2.58%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#E94508 (or 0xE94508) is known color: Persimmon. HEX triplet: E9, 45 and 08. RGB value is (233,69,8). Sum of RGB (Red+Green+Blue) = 233+69+8=310 (41% of max value = 765). Red value is 233 (91.41% from 255 or 75.16% from 310); Green value is 69 (27.34% from 255 or 22.26% from 310); Blue value is 8 (3.52% from 255 or 2.58% from 310); Max value from RGB is 233 - color contains mainly: red. Hex color #E94508 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94508 is #16BAF7. Grayscale: #6F6F6F. Windows color (decimal): -1489656 or 542185. OLE color: 542185.

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

Color convert

RGB 233 69 8 -
CMYK 0 0.70 0.97 0.09
HSL 16.27º 0.93% 0.47% -
HSV(B) 16.27º 0.97% 0.91% -
XYZ 35.78 21.6 2.51 -
YUV 111.08 69.83 214.96 -
System Red Green Blue C M Y K H S L
Decimal 233 69 8 0 0.70 0.97 0.09 16.27 0.93 0.47
Hex E9 45 8 0 46 61 9 10 5D 2F
Octal 351 105 10 0 106 141 11 20 135 57
Binary 11101001 1000101 1000 0 1000110 1100001 1001 10000 1011101 101111

Color Harmonies of #E94508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94508

Black with #E94508

Text Example


Text Example

White with #E94508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94508; }

 p { color: rgb(233,69,8); }

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

background-color css

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

 a { background-color: rgb(233,69,8); }

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

border-color css

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

 span { border-color: rgb(233,69,8); }

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