Html Css Color HEX #EA6501 Persimmon

📋 copy color: '#EA6501'

red 234 ◦ green 101 ◦ blue 1

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

Shades of Persimmon #EA6501

Tints of Persimmon #EA6501

RGB

 RED value IS 234 (91.8% from 255) = 69.64%

 GREEN value IS 101 (39.84% from 255) = 30.06%

 BLUE value IS 1 (0.78% from 255) = 0.3%

R = 69.64%
G = 30.06%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EA6501 (or 0xEA6501) is known color: Persimmon. HEX triplet: EA, 65 and 01. RGB value is (234,101,1). Sum of RGB (Red+Green+Blue) = 234+101+1=336 (44% of max value = 765). Red value is 234 (91.80% from 255 or 69.64% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 1 (0.78% from 255 or 0.30% from 336); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6501 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA6501 is #159AFE. Grayscale: #818181. Windows color (decimal): -1415935 or 91626. OLE color: 91626.

HSL color Cylindrical-coordinate representation of color #EA6501: hue angle of 25.75º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA6501 is Cyan = 0, Magento = 0.57, Yellow = 1.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 101 1 -
CMYK 0 0.57 1.00 0.08
HSL 25.75º 0.99% 0.46% -
HSV(B) 25.75º 1% 0.92% -
XYZ 38.59 26.8 3.17 -
YUV 129.37 55.56 202.63 -
System Red Green Blue C M Y K H S L
Decimal 234 101 1 0 0.57 1.00 0.08 25.75 0.99 0.46
Hex EA 65 1 0 39 64 8 1A 63 2E
Octal 352 145 1 0 71 144 10 32 143 56
Binary 11101010 1100101 1 0 111001 1100100 1000 11010 1100011 101110

Color Harmonies of #EA6501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6501

Black with #EA6501

Text Example


Text Example

White with #EA6501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6501; }

 p { color: rgb(234,101,1); }

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

background-color css

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

 a { background-color: rgb(234,101,1); }

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

border-color css

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

 span { border-color: rgb(234,101,1); }

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