Html Css Color HEX #EB620D Persimmon

📋 copy color: '#EB620D'

red 235 ◦ green 98 ◦ blue 13

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

Shades of Persimmon #EB620D

Tints of Persimmon #EB620D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.32%

 BLUE value IS 13 (5.47% from 255) = 3.76%

R = 67.92%
G = 28.32%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EB620D (or 0xEB620D) is known color: Persimmon. HEX triplet: EB, 62 and 0D. RGB value is (235,98,13). Sum of RGB (Red+Green+Blue) = 235+98+13=346 (45% of max value = 765). Red value is 235 (92.19% from 255 or 67.92% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 13 (5.47% from 255 or 3.76% from 346); Max value from RGB is 235 - color contains mainly: red. Hex color #EB620D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB620D is #149DF2. Grayscale: #818181. Windows color (decimal): -1351155 or 877291. OLE color: 877291.

HSL color Cylindrical-coordinate representation of color #EB620D: hue angle of 22.97º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EB620D is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 98 13 -
CMYK 0 0.58 0.94 0.08
HSL 22.97º 0.9% 0.49% -
HSV(B) 22.97º 0.94% 0.92% -
XYZ 38.7 26.43 3.44 -
YUV 129.27 62.39 203.41 -
System Red Green Blue C M Y K H S L
Decimal 235 98 13 0 0.58 0.94 0.08 22.97 0.9 0.49
Hex EB 62 D 0 3A 5E 8 17 5A 31
Octal 353 142 15 0 72 136 10 27 132 61
Binary 11101011 1100010 1101 0 111010 1011110 1000 10111 1011010 110001

Color Harmonies of #EB620D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB620D

Black with #EB620D

Text Example


Text Example

White with #EB620D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB620D; }

 p { color: rgb(235,98,13); }

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

background-color css

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

 a { background-color: rgb(235,98,13); }

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

border-color css

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

 span { border-color: rgb(235,98,13); }

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