Html Css Color HEX #E65004 Persimmon

📋 copy color: '#E65004'

red 230 ◦ green 80 ◦ blue 4

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

Shades of Persimmon #E65004

Tints of Persimmon #E65004

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.48%

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

R = 73.25%
G = 25.48%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#E65004 (or 0xE65004) is known color: Persimmon. HEX triplet: E6, 50 and 04. RGB value is (230,80,4). Sum of RGB (Red+Green+Blue) = 230+80+4=314 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.25% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 4 (1.95% from 255 or 1.27% from 314); Max value from RGB is 230 - color contains mainly: red. Hex color #E65004 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E65004 is #19AFFB. Grayscale: #747474. Windows color (decimal): -1683452 or 282854. OLE color: 282854.

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

Color convert

RGB 230 80 4 -
CMYK 0 0.65 0.98 0.10
HSL 20.18º 0.97% 0.46% -
HSV(B) 20.18º 0.98% 0.9% -
XYZ 35.52 22.57 2.6 -
YUV 116.19 64.7 209.18 -
System Red Green Blue C M Y K H S L
Decimal 230 80 4 0 0.65 0.98 0.10 20.18 0.97 0.46
Hex E6 50 4 0 41 62 A 14 61 2E
Octal 346 120 4 0 101 142 12 24 141 56
Binary 11100110 1010000 100 0 1000001 1100010 1010 10100 1100001 101110

Color Harmonies of #E65004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E65004

Black with #E65004

Text Example


Text Example

White with #E65004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E65004; }

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

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

background-color css

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

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

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

border-color css

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

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

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