Html Css Color HEX #EB630A Persimmon

📋 copy color: '#EB630A'

red 235 ◦ green 99 ◦ blue 10

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

Shades of Persimmon #EB630A

Tints of Persimmon #EB630A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.91%

R = 68.31%
G = 28.78%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EB630A (or 0xEB630A) is known color: Persimmon. HEX triplet: EB, 63 and 0A. RGB value is (235,99,10). Sum of RGB (Red+Green+Blue) = 235+99+10=344 (45% of max value = 765). Red value is 235 (92.19% from 255 or 68.31% from 344); Green value is 99 (39.06% from 255 or 28.78% from 344); Blue value is 10 (4.30% from 255 or 2.91% from 344); Max value from RGB is 235 - color contains mainly: red. Hex color #EB630A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EB630A is #149CF5. Grayscale: #828282. Windows color (decimal): -1350902 or 680939. OLE color: 680939.

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

Color convert

RGB 235 99 10 -
CMYK 0 0.58 0.96 0.08
HSL 23.73º 0.92% 0.48% -
HSV(B) 23.73º 0.96% 0.92% -
XYZ 38.78 26.61 3.38 -
YUV 129.52 60.56 203.24 -
System Red Green Blue C M Y K H S L
Decimal 235 99 10 0 0.58 0.96 0.08 23.73 0.92 0.48
Hex EB 63 A 0 3A 60 8 18 5C 30
Octal 353 143 12 0 72 140 10 30 134 60
Binary 11101011 1100011 1010 0 111010 1100000 1000 11000 1011100 110000

Color Harmonies of #EB630A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB630A

Black with #EB630A

Text Example


Text Example

White with #EB630A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB630A; }

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

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

background-color css

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

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

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

border-color css

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

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

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