Html Css Color HEX #EB630B Persimmon

📋 copy color: '#EB630B'

red 235 ◦ green 99 ◦ blue 11

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

Shades of Persimmon #EB630B

Tints of Persimmon #EB630B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.7%

 BLUE value IS 11 (4.69% from 255) = 3.19%

R = 68.12%
G = 28.7%
B = 3.19%

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

#EB630B (or 0xEB630B) is known color: Persimmon. HEX triplet: EB, 63 and 0B. RGB value is (235,99,11). Sum of RGB (Red+Green+Blue) = 235+99+11=345 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.12% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 11 (4.69% from 255 or 3.19% from 345); Max value from RGB is 235 - color contains mainly: red. Hex color #EB630B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB630B is #149CF4. Grayscale: #828282. Windows color (decimal): -1350901 or 746475. OLE color: 746475.

HSL color Cylindrical-coordinate representation of color #EB630B: hue angle of 23.57º degrees, saturation: 0.91, 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 #EB630B is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 99 11 -
CMYK 0 0.58 0.95 0.08
HSL 23.57º 0.91% 0.48% -
HSV(B) 23.57º 0.95% 0.92% -
XYZ 38.78 26.61 3.41 -
YUV 129.63 61.06 203.16 -
System Red Green Blue C M Y K H S L
Decimal 235 99 11 0 0.58 0.95 0.08 23.57 0.91 0.48
Hex EB 63 B 0 3A 5F 8 18 5B 30
Octal 353 143 13 0 72 137 10 30 133 60
Binary 11101011 1100011 1011 0 111010 1011111 1000 11000 1011011 110000

Color Harmonies of #EB630B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB630B

Black with #EB630B

Text Example


Text Example

White with #EB630B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB630B; }

 p { color: rgb(235,99,11); }

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

background-color css

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

 a { background-color: rgb(235,99,11); }

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

border-color css

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

 span { border-color: rgb(235,99,11); }

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