Html Css Color HEX #ED630A Persimmon

📋 copy color: '#ED630A'

red 237 ◦ green 99 ◦ blue 10

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

Shades of Persimmon #ED630A

Tints of Persimmon #ED630A

RGB

 RED value IS 237 (92.97% from 255) = 68.5%

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

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

R = 68.5%
G = 28.61%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#ED630A (or 0xED630A) is known color: Persimmon. HEX triplet: ED, 63 and 0A. RGB value is (237,99,10). Sum of RGB (Red+Green+Blue) = 237+99+10=346 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.50% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 10 (4.30% from 255 or 2.89% from 346); Max value from RGB is 237 - color contains mainly: red. Hex color #ED630A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #ED630A is #129CF5. Grayscale: #828282. Windows color (decimal): -1219830 or 680941. OLE color: 680941.

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

Color convert

RGB 237 99 10 -
CMYK 0 0.58 0.96 0.07
HSL 23.52º 0.92% 0.48% -
HSV(B) 23.52º 0.96% 0.93% -
XYZ 39.44 26.95 3.41 -
YUV 130.12 60.22 204.24 -
System Red Green Blue C M Y K H S L
Decimal 237 99 10 0 0.58 0.96 0.07 23.52 0.92 0.48
Hex ED 63 A 0 3A 60 7 18 5C 30
Octal 355 143 12 0 72 140 7 30 134 60
Binary 11101101 1100011 1010 0 111010 1100000 111 11000 1011100 110000

Color Harmonies of #ED630A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED630A

Black with #ED630A

Text Example


Text Example

White with #ED630A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED630A; }

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

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

background-color css

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

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

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

border-color css

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

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

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