Html Css Color HEX #EB551A Persimmon

📋 copy color: '#EB551A'

red 235 ◦ green 85 ◦ blue 26

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

Shades of Persimmon #EB551A

Tints of Persimmon #EB551A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.57%

 BLUE value IS 26 (10.55% from 255) = 7.51%

R = 67.92%
G = 24.57%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.08

RGB Variations

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

Color information

#EB551A (or 0xEB551A) is known color: Persimmon. HEX triplet: EB, 55 and 1A. RGB value is (235,85,26). Sum of RGB (Red+Green+Blue) = 235+85+26=346 (45% of max value = 765). Red value is 235 (92.19% from 255 or 67.92% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 26 (10.55% from 255 or 7.51% from 346); Max value from RGB is 235 - color contains mainly: red. Hex color #EB551A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EB551A is #14AAE5. Grayscale: #7B7B7B. Windows color (decimal): -1354470 or 1725931. OLE color: 1725931.

HSL color Cylindrical-coordinate representation of color #EB551A: hue angle of 16.94º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EB551A is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 85 26 -
CMYK 0 0.64 0.89 0.08
HSL 16.94º 0.84% 0.51% -
HSV(B) 16.94º 0.89% 0.92% -
XYZ 37.7 24.23 3.67 -
YUV 123.12 73.2 207.8 -
System Red Green Blue C M Y K H S L
Decimal 235 85 26 0 0.64 0.89 0.08 16.94 0.84 0.51
Hex EB 55 1A 0 40 59 8 11 54 33
Octal 353 125 32 0 100 131 10 21 124 63
Binary 11101011 1010101 11010 0 1000000 1011001 1000 10001 1010100 110011

Color Harmonies of #EB551A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB551A

Black with #EB551A

Text Example


Text Example

White with #EB551A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB551A; }

 p { color: rgb(235,85,26); }

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

background-color css

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

 a { background-color: rgb(235,85,26); }

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

border-color css

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

 span { border-color: rgb(235,85,26); }

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