Html Css Color HEX #EB6407 Persimmon

📋 copy color: '#EB6407'

red 235 ◦ green 100 ◦ blue 7

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

Shades of Persimmon #EB6407

Tints of Persimmon #EB6407

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.24%

 BLUE value IS 7 (3.13% from 255) = 2.05%

R = 68.71%
G = 29.24%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EB6407 (or 0xEB6407) is known color: Persimmon. HEX triplet: EB, 64 and 07. RGB value is (235,100,7). Sum of RGB (Red+Green+Blue) = 235+100+7=342 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.71% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 7 (3.12% from 255 or 2.05% from 342); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6407 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB6407 is #149BF8. Grayscale: #828282. Windows color (decimal): -1350649 or 484587. OLE color: 484587.

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

Color convert

RGB 235 100 7 -
CMYK 0 0.57 0.97 0.08
HSL 24.47º 0.94% 0.47% -
HSV(B) 24.47º 0.97% 0.92% -
XYZ 38.86 26.79 3.32 -
YUV 129.76 58.73 203.06 -
System Red Green Blue C M Y K H S L
Decimal 235 100 7 0 0.57 0.97 0.08 24.47 0.94 0.47
Hex EB 64 7 0 39 61 8 18 5E 2F
Octal 353 144 7 0 71 141 10 30 136 57
Binary 11101011 1100100 111 0 111001 1100001 1000 11000 1011110 101111

Color Harmonies of #EB6407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6407

Black with #EB6407

Text Example


Text Example

White with #EB6407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6407; }

 p { color: rgb(235,100,7); }

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

background-color css

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

 a { background-color: rgb(235,100,7); }

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

border-color css

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

 span { border-color: rgb(235,100,7); }

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