Html Css Color HEX #EA4D01 Persimmon

📋 copy color: '#EA4D01'

red 234 ◦ green 77 ◦ blue 1

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

Shades of Persimmon #EA4D01

Tints of Persimmon #EA4D01

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.68%

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

R = 75%
G = 24.68%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EA4D01 (or 0xEA4D01) is known color: Persimmon. HEX triplet: EA, 4D and 01. RGB value is (234,77,1). Sum of RGB (Red+Green+Blue) = 234+77+1=312 (41% of max value = 765). Red value is 234 (91.80% from 255 or 75% from 312); Green value is 77 (30.47% from 255 or 24.68% from 312); Blue value is 1 (0.78% from 255 or 0.32% from 312); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4D01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA4D01 is #15B2FE. Grayscale: #737373. Windows color (decimal): -1422079 or 85482. OLE color: 85482.

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

Color convert

RGB 234 77 1 -
CMYK 0 0.67 1.00 0.08
HSL 19.57º 0.99% 0.46% -
HSV(B) 19.57º 1% 0.92% -
XYZ 36.59 22.8 2.5 -
YUV 115.28 63.51 212.68 -
System Red Green Blue C M Y K H S L
Decimal 234 77 1 0 0.67 1.00 0.08 19.57 0.99 0.46
Hex EA 4D 1 0 43 64 8 14 63 2E
Octal 352 115 1 0 103 144 10 24 143 56
Binary 11101010 1001101 1 0 1000011 1100100 1000 10100 1100011 101110

Color Harmonies of #EA4D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA4D01

Black with #EA4D01

Text Example


Text Example

White with #EA4D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA4D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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