Html Css Color HEX #E64C03 Persimmon

📋 copy color: '#E64C03'

red 230 ◦ green 76 ◦ blue 3

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

Shades of Persimmon #E64C03

Tints of Persimmon #E64C03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.97%

R = 74.43%
G = 24.6%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#E64C03 (or 0xE64C03) is known color: Persimmon. HEX triplet: E6, 4C and 03. RGB value is (230,76,3). Sum of RGB (Red+Green+Blue) = 230+76+3=309 (40% of max value = 765). Red value is 230 (90.23% from 255 or 74.43% from 309); Green value is 76 (30.08% from 255 or 24.60% from 309); Blue value is 3 (1.56% from 255 or 0.97% from 309); Max value from RGB is 230 - color contains mainly: red. Hex color #E64C03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64C03 is #19B3FC. Grayscale: #727272. Windows color (decimal): -1684477 or 216294. OLE color: 216294.

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

Color convert

RGB 230 76 3 -
CMYK 0 0.67 0.99 0.10
HSL 19.3º 0.97% 0.46% -
HSV(B) 19.3º 0.99% 0.9% -
XYZ 35.23 22 2.48 -
YUV 113.72 65.52 210.94 -
System Red Green Blue C M Y K H S L
Decimal 230 76 3 0 0.67 0.99 0.10 19.3 0.97 0.46
Hex E6 4C 3 0 43 63 A 13 61 2E
Octal 346 114 3 0 103 143 12 23 141 56
Binary 11100110 1001100 11 0 1000011 1100011 1010 10011 1100001 101110

Color Harmonies of #E64C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64C03

Black with #E64C03

Text Example


Text Example

White with #E64C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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