Html Css Color HEX #E64C05 Persimmon

📋 copy color: '#E64C05'

red 230 ◦ green 76 ◦ blue 5

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

Shades of Persimmon #E64C05

Tints of Persimmon #E64C05

RGB

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

 GREEN value IS 76 (30.08% from 255) = 24.44%

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

R = 73.95%
G = 24.44%
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

#E64C05 (or 0xE64C05) is known color: Persimmon. HEX triplet: E6, 4C and 05. RGB value is (230,76,5). Sum of RGB (Red+Green+Blue) = 230+76+5=311 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.95% from 311); Green value is 76 (30.08% from 255 or 24.44% from 311); Blue value is 5 (2.34% from 255 or 1.61% from 311); Max value from RGB is 230 - color contains mainly: red. Hex color #E64C05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64C05 is #19B3FA. Grayscale: #727272. Windows color (decimal): -1684475 or 347366. OLE color: 347366.

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

Color convert

RGB 230 76 5 -
CMYK 0 0.67 0.98 0.10
HSL 18.93º 0.96% 0.46% -
HSV(B) 18.93º 0.98% 0.9% -
XYZ 35.24 22 2.53 -
YUV 113.95 66.52 210.77 -
System Red Green Blue C M Y K H S L
Decimal 230 76 5 0 0.67 0.98 0.10 18.93 0.96 0.46
Hex E6 4C 5 0 43 62 A 13 60 2E
Octal 346 114 5 0 103 142 12 23 140 56
Binary 11100110 1001100 101 0 1000011 1100010 1010 10011 1100000 101110

Color Harmonies of #E64C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64C05

Black with #E64C05

Text Example


Text Example

White with #E64C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64C05; }

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

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

background-color css

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

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

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

border-color css

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

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

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