Html Css Color HEX #E64B04 Persimmon

📋 copy color: '#E64B04'

red 230 ◦ green 75 ◦ blue 4

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

Shades of Persimmon #E64B04

Tints of Persimmon #E64B04

RGB

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

 GREEN value IS 75 (29.69% from 255) = 24.27%

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

R = 74.43%
G = 24.27%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#E64B04 (or 0xE64B04) is known color: Persimmon. HEX triplet: E6, 4B and 04. RGB value is (230,75,4). Sum of RGB (Red+Green+Blue) = 230+75+4=309 (40% of max value = 765). Red value is 230 (90.23% from 255 or 74.43% from 309); Green value is 75 (29.69% from 255 or 24.27% from 309); Blue value is 4 (1.95% from 255 or 1.29% from 309); Max value from RGB is 230 - color contains mainly: red. Hex color #E64B04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64B04 is #19B4FB. Grayscale: #717171. Windows color (decimal): -1684732 or 281574. OLE color: 281574.

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

Color convert

RGB 230 75 4 -
CMYK 0 0.67 0.98 0.10
HSL 18.85º 0.97% 0.46% -
HSV(B) 18.85º 0.98% 0.9% -
XYZ 35.17 21.86 2.48 -
YUV 113.25 66.35 211.27 -
System Red Green Blue C M Y K H S L
Decimal 230 75 4 0 0.67 0.98 0.10 18.85 0.97 0.46
Hex E6 4B 4 0 43 62 A 13 61 2E
Octal 346 113 4 0 103 142 12 23 141 56
Binary 11100110 1001011 100 0 1000011 1100010 1010 10011 1100001 101110

Color Harmonies of #E64B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64B04

Black with #E64B04

Text Example


Text Example

White with #E64B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64B04; }

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

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

background-color css

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

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

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

border-color css

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

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

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