Html Css Color HEX #E94405 Persimmon

📋 copy color: '#E94405'

red 233 ◦ green 68 ◦ blue 5

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

Shades of Persimmon #E94405

Tints of Persimmon #E94405

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.22%

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

R = 76.14%
G = 22.22%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#E94405 (or 0xE94405) is known color: Persimmon. HEX triplet: E9, 44 and 05. RGB value is (233,68,5). Sum of RGB (Red+Green+Blue) = 233+68+5=306 (40% of max value = 765). Red value is 233 (91.41% from 255 or 76.14% from 306); Green value is 68 (26.95% from 255 or 22.22% from 306); Blue value is 5 (2.34% from 255 or 1.63% from 306); Max value from RGB is 233 - color contains mainly: red. Hex color #E94405 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E94405 is #16BBFA. Grayscale: #6E6E6E. Windows color (decimal): -1489915 or 345321. OLE color: 345321.

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

Color convert

RGB 233 68 5 -
CMYK 0 0.71 0.98 0.09
HSL 16.58º 0.96% 0.47% -
HSV(B) 16.58º 0.98% 0.91% -
XYZ 35.7 21.47 2.41 -
YUV 110.15 68.66 215.62 -
System Red Green Blue C M Y K H S L
Decimal 233 68 5 0 0.71 0.98 0.09 16.58 0.96 0.47
Hex E9 44 5 0 47 62 9 11 60 2F
Octal 351 104 5 0 107 142 11 21 140 57
Binary 11101001 1000100 101 0 1000111 1100010 1001 10001 1100000 101111

Color Harmonies of #E94405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E94405

Black with #E94405

Text Example


Text Example

White with #E94405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E94405; }

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

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

background-color css

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

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

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

border-color css

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

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

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