Html Css Color HEX #EB5A01 Persimmon

📋 copy color: '#EB5A01'

red 235 ◦ green 90 ◦ blue 1

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

Shades of Persimmon #EB5A01

Tints of Persimmon #EB5A01

RGB

 RED value IS 235 (92.19% from 255) = 72.09%

 GREEN value IS 90 (35.55% from 255) = 27.61%

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

R = 72.09%
G = 27.61%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EB5A01 (or 0xEB5A01) is known color: Persimmon. HEX triplet: EB, 5A and 01. RGB value is (235,90,1). Sum of RGB (Red+Green+Blue) = 235+90+1=326 (43% of max value = 765). Red value is 235 (92.19% from 255 or 72.09% from 326); Green value is 90 (35.55% from 255 or 27.61% from 326); Blue value is 1 (0.78% from 255 or 0.31% from 326); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5A01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB5A01 is #14A5FE. Grayscale: #7B7B7B. Windows color (decimal): -1353215 or 88811. OLE color: 88811.

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

Color convert

RGB 235 90 1 -
CMYK 0 0.62 1.00 0.08
HSL 22.82º 0.99% 0.46% -
HSV(B) 22.82º 1% 0.92% -
XYZ 37.92 24.98 2.85 -
YUV 123.21 59.04 207.74 -
System Red Green Blue C M Y K H S L
Decimal 235 90 1 0 0.62 1.00 0.08 22.82 0.99 0.46
Hex EB 5A 1 0 3E 64 8 17 63 2E
Octal 353 132 1 0 76 144 10 27 143 56
Binary 11101011 1011010 1 0 111110 1100100 1000 10111 1100011 101110

Color Harmonies of #EB5A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB5A01

Black with #EB5A01

Text Example


Text Example

White with #EB5A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB5A01; }

 p { color: rgb(235,90,1); }

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

background-color css

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

 a { background-color: rgb(235,90,1); }

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

border-color css

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

 span { border-color: rgb(235,90,1); }

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