Html Css Color HEX #E64F02 Persimmon

📋 copy color: '#E64F02'

red 230 ◦ green 79 ◦ blue 2

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

Shades of Persimmon #E64F02

Tints of Persimmon #E64F02

RGB

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

 GREEN value IS 79 (31.25% from 255) = 25.4%

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

R = 73.95%
G = 25.4%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#E64F02 (or 0xE64F02) is known color: Persimmon. HEX triplet: E6, 4F and 02. RGB value is (230,79,2). Sum of RGB (Red+Green+Blue) = 230+79+2=311 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.95% from 311); Green value is 79 (31.25% from 255 or 25.40% from 311); Blue value is 2 (1.17% from 255 or 0.64% from 311); Max value from RGB is 230 - color contains mainly: red. Hex color #E64F02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E64F02 is #19B0FD. Grayscale: #737373. Windows color (decimal): -1683710 or 151526. OLE color: 151526.

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

Color convert

RGB 230 79 2 -
CMYK 0 0.66 0.99 0.10
HSL 20.26º 0.98% 0.45% -
HSV(B) 20.26º 0.99% 0.9% -
XYZ 35.44 22.42 2.52 -
YUV 115.37 64.03 209.76 -
System Red Green Blue C M Y K H S L
Decimal 230 79 2 0 0.66 0.99 0.10 20.26 0.98 0.45
Hex E6 4F 2 0 42 63 A 14 62 2D
Octal 346 117 2 0 102 143 12 24 142 55
Binary 11100110 1001111 10 0 1000010 1100011 1010 10100 1100010 101101

Color Harmonies of #E64F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E64F02

Black with #E64F02

Text Example


Text Example

White with #E64F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E64F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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