Html Css Color HEX #E64B05 Persimmon

📋 copy color: '#E64B05'

red 230 ◦ green 75 ◦ blue 5

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

Shades of Persimmon #E64B05

Tints of Persimmon #E64B05

RGB

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

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

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

R = 74.19%
G = 24.19%
B = 1.61%

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

#E64B05 (or 0xE64B05) is known color: Persimmon. HEX triplet: E6, 4B and 05. RGB value is (230,75,5). Sum of RGB (Red+Green+Blue) = 230+75+5=310 (41% of max value = 765). Red value is 230 (90.23% from 255 or 74.19% from 310); Green value is 75 (29.69% from 255 or 24.19% from 310); Blue value is 5 (2.34% from 255 or 1.61% from 310); Max value from RGB is 230 - color contains mainly: red. Hex color #E64B05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64B05 is #19B4FA. Grayscale: #717171. Windows color (decimal): -1684731 or 347110. OLE color: 347110.

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

Color convert

RGB 230 75 5 -
CMYK 0 0.67 0.98 0.10
HSL 18.67º 0.96% 0.46% -
HSV(B) 18.67º 0.98% 0.9% -
XYZ 35.18 21.87 2.51 -
YUV 113.37 66.85 211.19 -
System Red Green Blue C M Y K H S L
Decimal 230 75 5 0 0.67 0.98 0.10 18.67 0.96 0.46
Hex E6 4B 5 0 43 62 A 13 60 2E
Octal 346 113 5 0 103 142 12 23 140 56
Binary 11100110 1001011 101 0 1000011 1100010 1010 10011 1100000 101110

Color Harmonies of #E64B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64B05

Black with #E64B05

Text Example


Text Example

White with #E64B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64B05; }

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

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

background-color css

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

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

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

border-color css

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

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

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