Html Css Color HEX #EB620A Persimmon

📋 copy color: '#EB620A'

red 235 ◦ green 98 ◦ blue 10

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

Shades of Persimmon #EB620A

Tints of Persimmon #EB620A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.92%

R = 68.51%
G = 28.57%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EB620A (or 0xEB620A) is known color: Persimmon. HEX triplet: EB, 62 and 0A. RGB value is (235,98,10). Sum of RGB (Red+Green+Blue) = 235+98+10=343 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.51% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 10 (4.30% from 255 or 2.92% from 343); Max value from RGB is 235 - color contains mainly: red. Hex color #EB620A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB620A is #149DF5. Grayscale: #818181. Windows color (decimal): -1351158 or 680683. OLE color: 680683.

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

Color convert

RGB 235 98 10 -
CMYK 0 0.58 0.96 0.08
HSL 23.47º 0.92% 0.48% -
HSV(B) 23.47º 0.96% 0.92% -
XYZ 38.68 26.42 3.35 -
YUV 128.93 60.89 203.66 -
System Red Green Blue C M Y K H S L
Decimal 235 98 10 0 0.58 0.96 0.08 23.47 0.92 0.48
Hex EB 62 A 0 3A 60 8 17 5C 30
Octal 353 142 12 0 72 140 10 27 134 60
Binary 11101011 1100010 1010 0 111010 1100000 1000 10111 1011100 110000

Color Harmonies of #EB620A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB620A

Black with #EB620A

Text Example


Text Example

White with #EB620A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB620A; }

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

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

background-color css

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

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

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

border-color css

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

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

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