Html Css Color HEX #EA6301 Persimmon

📋 copy color: '#EA6301'

red 234 ◦ green 99 ◦ blue 1

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

Shades of Persimmon #EA6301

Tints of Persimmon #EA6301

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.64%

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

R = 70.06%
G = 29.64%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EA6301 (or 0xEA6301) is known color: Persimmon. HEX triplet: EA, 63 and 01. RGB value is (234,99,1). Sum of RGB (Red+Green+Blue) = 234+99+1=334 (44% of max value = 765). Red value is 234 (91.80% from 255 or 70.06% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 1 (0.78% from 255 or 0.30% from 334); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6301 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA6301 is #159CFE. Grayscale: #808080. Windows color (decimal): -1416447 or 91114. OLE color: 91114.

HSL color Cylindrical-coordinate representation of color #EA6301: hue angle of 25.24º 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 #EA6301 is Cyan = 0, Magento = 0.58, Yellow = 1.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 99 1 -
CMYK 0 0.58 1.00 0.08
HSL 25.24º 0.99% 0.46% -
HSV(B) 25.24º 1% 0.92% -
XYZ 38.4 26.42 3.1 -
YUV 128.19 56.23 203.47 -
System Red Green Blue C M Y K H S L
Decimal 234 99 1 0 0.58 1.00 0.08 25.24 0.99 0.46
Hex EA 63 1 0 3A 64 8 19 63 2E
Octal 352 143 1 0 72 144 10 31 143 56
Binary 11101010 1100011 1 0 111010 1100100 1000 11001 1100011 101110

Color Harmonies of #EA6301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA6301

Black with #EA6301

Text Example


Text Example

White with #EA6301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA6301; }

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

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

background-color css

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

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

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

border-color css

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

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

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