Html Css Color HEX #E64A02 Persimmon

📋 copy color: '#E64A02'

red 230 ◦ green 74 ◦ blue 2

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

Shades of Persimmon #E64A02

Tints of Persimmon #E64A02

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.18%

 BLUE value IS 2 (1.17% from 255) = 0.65%

R = 75.16%
G = 24.18%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#E64A02 (or 0xE64A02) is known color: Persimmon. HEX triplet: E6, 4A and 02. RGB value is (230,74,2). Sum of RGB (Red+Green+Blue) = 230+74+2=306 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.16% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 2 (1.17% from 255 or 0.65% from 306); Max value from RGB is 230 - color contains mainly: red. Hex color #E64A02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E64A02 is #19B5FD. Grayscale: #707070. Windows color (decimal): -1684990 or 150246. OLE color: 150246.

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

Color convert

RGB 230 74 2 -
CMYK 0 0.68 0.99 0.10
HSL 18.95º 0.98% 0.45% -
HSV(B) 18.95º 0.99% 0.9% -
XYZ 35.09 21.72 2.4 -
YUV 112.44 65.68 211.85 -
System Red Green Blue C M Y K H S L
Decimal 230 74 2 0 0.68 0.99 0.10 18.95 0.98 0.45
Hex E6 4A 2 0 44 63 A 13 62 2D
Octal 346 112 2 0 104 143 12 23 142 55
Binary 11100110 1001010 10 0 1000100 1100011 1010 10011 1100010 101101

Color Harmonies of #E64A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64A02

Black with #E64A02

Text Example


Text Example

White with #E64A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64A02; }

 p { color: rgb(230,74,2); }

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

background-color css

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

 a { background-color: rgb(230,74,2); }

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

border-color css

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

 span { border-color: rgb(230,74,2); }

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