Html Css Color HEX #EB620C Persimmon

📋 copy color: '#EB620C'

red 235 ◦ green 98 ◦ blue 12

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

Shades of Persimmon #EB620C

Tints of Persimmon #EB620C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.48%

R = 68.12%
G = 28.41%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EB620C (or 0xEB620C) is known color: Persimmon. HEX triplet: EB, 62 and 0C. RGB value is (235,98,12). Sum of RGB (Red+Green+Blue) = 235+98+12=345 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.12% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 12 (5.08% from 255 or 3.48% from 345); Max value from RGB is 235 - color contains mainly: red. Hex color #EB620C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB620C is #149DF3. Grayscale: #818181. Windows color (decimal): -1351156 or 811755. OLE color: 811755.

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

Color convert

RGB 235 98 12 -
CMYK 0 0.58 0.95 0.08
HSL 23.14º 0.9% 0.48% -
HSV(B) 23.14º 0.95% 0.92% -
XYZ 38.7 26.42 3.41 -
YUV 129.16 61.89 203.49 -
System Red Green Blue C M Y K H S L
Decimal 235 98 12 0 0.58 0.95 0.08 23.14 0.9 0.48
Hex EB 62 C 0 3A 5F 8 17 5A 30
Octal 353 142 14 0 72 137 10 27 132 60
Binary 11101011 1100010 1100 0 111010 1011111 1000 10111 1011010 110000

Color Harmonies of #EB620C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB620C

Black with #EB620C

Text Example


Text Example

White with #EB620C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB620C; }

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

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

background-color css

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

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

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

border-color css

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

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

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