Html Css Color HEX #EDBC5D Ronchi

📋 copy color: '#EDBC5D'

red 237 ◦ green 188 ◦ blue 93

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

Shades of Ronchi #EDBC5D

Tints of Ronchi #EDBC5D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.29%

 BLUE value IS 93 (36.72% from 255) = 17.95%

R = 45.75%
G = 36.29%
B = 17.95%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EDBC5D (or 0xEDBC5D) is known color: Ronchi. HEX triplet: ED, BC and 5D. RGB value is (237,188,93). Sum of RGB (Red+Green+Blue) = 237+188+93=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 188 (73.83% from 255 or 36.29% from 518); Blue value is 93 (36.72% from 255 or 17.95% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBC5D is #1243A2. Grayscale: #C0C0C0. Windows color (decimal): -1196963 or 6143213. OLE color: 6143213.

HSL color Cylindrical-coordinate representation of color #EDBC5D: hue angle of 39.58º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EDBC5D is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 188 93 -
CMYK 0 0.21 0.61 0.07
HSL 39.58º 0.8% 0.65% -
HSV(B) 39.58º 0.61% 0.93% -
XYZ 54.88 54.76 18.03 -
YUV 191.82 72.23 160.22 -
System Red Green Blue C M Y K H S L
Decimal 237 188 93 0 0.21 0.61 0.07 39.58 0.8 0.65
Hex ED BC 5D 0 15 3D 7 28 50 41
Octal 355 274 135 0 25 75 7 50 120 101
Binary 11101101 10111100 1011101 0 10101 111101 111 101000 1010000 1000001

Color Harmonies of #EDBC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBC5D

Black with #EDBC5D

Text Example


Text Example

White with #EDBC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBC5D; }

 p { color: rgb(237,188,93); }

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

background-color css

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

 a { background-color: rgb(237,188,93); }

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

border-color css

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

 span { border-color: rgb(237,188,93); }

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