Html Css Color HEX #EB4702 Persimmon

📋 copy color: '#EB4702'

red 235 ◦ green 71 ◦ blue 2

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

Shades of Persimmon #EB4702

Tints of Persimmon #EB4702

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.05%

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

R = 76.3%
G = 23.05%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EB4702 (or 0xEB4702) is known color: Persimmon. HEX triplet: EB, 47 and 02. RGB value is (235,71,2). Sum of RGB (Red+Green+Blue) = 235+71+2=308 (40% of max value = 765). Red value is 235 (92.19% from 255 or 76.30% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 2 (1.17% from 255 or 0.65% from 308); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4702 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EB4702 is #14B8FD. Grayscale: #707070. Windows color (decimal): -1358078 or 149483. OLE color: 149483.

HSL color Cylindrical-coordinate representation of color #EB4702: hue angle of 17.77º 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 #EB4702 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 71 2 -
CMYK 0 0.70 0.99 0.08
HSL 17.77º 0.98% 0.46% -
HSV(B) 17.77º 0.99% 0.92% -
XYZ 36.53 22.17 2.41 -
YUV 112.17 65.83 215.61 -
System Red Green Blue C M Y K H S L
Decimal 235 71 2 0 0.70 0.99 0.08 17.77 0.98 0.46
Hex EB 47 2 0 46 63 8 12 62 2E
Octal 353 107 2 0 106 143 10 22 142 56
Binary 11101011 1000111 10 0 1000110 1100011 1000 10010 1100010 101110

Color Harmonies of #EB4702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB4702

Black with #EB4702

Text Example


Text Example

White with #EB4702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB4702; }

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

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

background-color css

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

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

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

border-color css

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

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

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