Html Css Color HEX #E64906 Persimmon

📋 copy color: '#E64906'

red 230 ◦ green 73 ◦ blue 6

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

Shades of Persimmon #E64906

Tints of Persimmon #E64906

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.62%

 BLUE value IS 6 (2.73% from 255) = 1.94%

R = 74.43%
G = 23.62%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.97

 K value IS 0.10

RGB Variations

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

Color information

#E64906 (or 0xE64906) is known color: Persimmon. HEX triplet: E6, 49 and 06. RGB value is (230,73,6). Sum of RGB (Red+Green+Blue) = 230+73+6=309 (40% of max value = 765). Red value is 230 (90.23% from 255 or 74.43% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 6 (2.73% from 255 or 1.94% from 309); Max value from RGB is 230 - color contains mainly: red. Hex color #E64906 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64906 is #19B6F9. Grayscale: #707070. Windows color (decimal): -1685242 or 412134. OLE color: 412134.

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

Color convert

RGB 230 73 6 -
CMYK 0 0.68 0.97 0.10
HSL 17.95º 0.95% 0.46% -
HSV(B) 17.95º 0.97% 0.9% -
XYZ 35.05 21.6 2.49 -
YUV 112.31 68.01 211.95 -
System Red Green Blue C M Y K H S L
Decimal 230 73 6 0 0.68 0.97 0.10 17.95 0.95 0.46
Hex E6 49 6 0 44 61 A 12 5F 2E
Octal 346 111 6 0 104 141 12 22 137 56
Binary 11100110 1001001 110 0 1000100 1100001 1010 10010 1011111 101110

Color Harmonies of #E64906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64906

Black with #E64906

Text Example


Text Example

White with #E64906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64906; }

 p { color: rgb(230,73,6); }

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

background-color css

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

 a { background-color: rgb(230,73,6); }

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

border-color css

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

 span { border-color: rgb(230,73,6); }

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