Html Css Color HEX #EB6502 Persimmon

📋 copy color: '#EB6502'

red 235 ◦ green 101 ◦ blue 2

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

Shades of Persimmon #EB6502

Tints of Persimmon #EB6502

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.88%

 BLUE value IS 2 (1.17% from 255) = 0.59%

R = 69.53%
G = 29.88%
B = 0.59%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EB6502 (or 0xEB6502) is known color: Persimmon. HEX triplet: EB, 65 and 02. RGB value is (235,101,2). Sum of RGB (Red+Green+Blue) = 235+101+2=338 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.53% from 338); Green value is 101 (39.84% from 255 or 29.88% from 338); Blue value is 2 (1.17% from 255 or 0.59% from 338); Max value from RGB is 235 - color contains mainly: red. Hex color #EB6502 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB6502 is #149AFD. Grayscale: #828282. Windows color (decimal): -1350398 or 157163. OLE color: 157163.

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

Color convert

RGB 235 101 2 -
CMYK 0 0.57 0.99 0.08
HSL 25.49º 0.98% 0.46% -
HSV(B) 25.49º 0.99% 0.92% -
XYZ 38.93 26.97 3.21 -
YUV 129.78 55.89 203.05 -
System Red Green Blue C M Y K H S L
Decimal 235 101 2 0 0.57 0.99 0.08 25.49 0.98 0.46
Hex EB 65 2 0 39 63 8 19 62 2E
Octal 353 145 2 0 71 143 10 31 142 56
Binary 11101011 1100101 10 0 111001 1100011 1000 11001 1100010 101110

Color Harmonies of #EB6502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB6502

Black with #EB6502

Text Example


Text Example

White with #EB6502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB6502; }

 p { color: rgb(235,101,2); }

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

background-color css

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

 a { background-color: rgb(235,101,2); }

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

border-color css

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

 span { border-color: rgb(235,101,2); }

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