Html Css Color HEX #E96405 Persimmon

📋 copy color: '#E96405'

red 233 ◦ green 100 ◦ blue 5

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

Shades of Persimmon #E96405

Tints of Persimmon #E96405

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.59%

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

R = 68.93%
G = 29.59%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.09

RGB Variations

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

Color information

#E96405 (or 0xE96405) is known color: Persimmon. HEX triplet: E9, 64 and 05. RGB value is (233,100,5). Sum of RGB (Red+Green+Blue) = 233+100+5=338 (44% of max value = 765). Red value is 233 (91.41% from 255 or 68.93% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 5 (2.34% from 255 or 1.48% from 338); Max value from RGB is 233 - color contains mainly: red. Hex color #E96405 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E96405 is #169BFA. Grayscale: #818181. Windows color (decimal): -1481723 or 353513. OLE color: 353513.

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

Color convert

RGB 233 100 5 -
CMYK 0 0.57 0.98 0.09
HSL 25º 0.96% 0.47% -
HSV(B) 25º 0.98% 0.91% -
XYZ 38.19 26.45 3.24 -
YUV 128.94 58.06 202.22 -
System Red Green Blue C M Y K H S L
Decimal 233 100 5 0 0.57 0.98 0.09 25 0.96 0.47
Hex E9 64 5 0 39 62 9 19 60 2F
Octal 351 144 5 0 71 142 11 31 140 57
Binary 11101001 1100100 101 0 111001 1100010 1001 11001 1100000 101111

Color Harmonies of #E96405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E96405

Black with #E96405

Text Example


Text Example

White with #E96405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E96405; }

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

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

background-color css

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

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

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

border-color css

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

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

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