Html Css Color HEX #E65504 Persimmon

📋 copy color: '#E65504'

red 230 ◦ green 85 ◦ blue 4

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

Shades of Persimmon #E65504

Tints of Persimmon #E65504

RGB

 RED value IS 230 (90.23% from 255) = 72.1%

 GREEN value IS 85 (33.59% from 255) = 26.65%

 BLUE value IS 4 (1.95% from 255) = 1.25%

R = 72.1%
G = 26.65%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#E65504 (or 0xE65504) is known color: Persimmon. HEX triplet: E6, 55 and 04. RGB value is (230,85,4). Sum of RGB (Red+Green+Blue) = 230+85+4=319 (42% of max value = 765). Red value is 230 (90.23% from 255 or 72.10% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 4 (1.95% from 255 or 1.25% from 319); Max value from RGB is 230 - color contains mainly: red. Hex color #E65504 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65504 is #19AAFB. Grayscale: #777777. Windows color (decimal): -1682172 or 284134. OLE color: 284134.

HSL color Cylindrical-coordinate representation of color #E65504: hue angle of 21.5º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E65504 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 85 4 -
CMYK 0 0.63 0.98 0.10
HSL 21.5º 0.97% 0.46% -
HSV(B) 21.5º 0.98% 0.9% -
XYZ 35.9 23.33 2.73 -
YUV 119.12 63.04 207.09 -
System Red Green Blue C M Y K H S L
Decimal 230 85 4 0 0.63 0.98 0.10 21.5 0.97 0.46
Hex E6 55 4 0 3F 62 A 16 61 2E
Octal 346 125 4 0 77 142 12 26 141 56
Binary 11100110 1010101 100 0 111111 1100010 1010 10110 1100001 101110

Color Harmonies of #E65504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65504

Black with #E65504

Text Example


Text Example

White with #E65504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65504; }

 p { color: rgb(230,85,4); }

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

background-color css

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

 a { background-color: rgb(230,85,4); }

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

border-color css

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

 span { border-color: rgb(230,85,4); }

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