Html Css Color HEX #EDBA5D Ronchi

📋 copy color: '#EDBA5D'

red 237 ◦ green 186 ◦ blue 93

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

Shades of Ronchi #EDBA5D

Tints of Ronchi #EDBA5D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.05%

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

R = 45.93%
G = 36.05%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EDBA5D (or 0xEDBA5D) is known color: Ronchi. HEX triplet: ED, BA and 5D. RGB value is (237,186,93). Sum of RGB (Red+Green+Blue) = 237+186+93=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 186 (73.05% from 255 or 36.05% from 516); Blue value is 93 (36.72% from 255 or 18.02% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBA5D is #1245A2. Grayscale: #BFBFBF. Windows color (decimal): -1197475 or 6142701. OLE color: 6142701.

HSL color Cylindrical-coordinate representation of color #EDBA5D: hue angle of 38.75º 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 #EDBA5D is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 186 93 -
CMYK 0 0.22 0.61 0.07
HSL 38.75º 0.8% 0.65% -
HSV(B) 38.75º 0.61% 0.93% -
XYZ 54.46 53.91 17.89 -
YUV 190.65 72.9 161.06 -
System Red Green Blue C M Y K H S L
Decimal 237 186 93 0 0.22 0.61 0.07 38.75 0.8 0.65
Hex ED BA 5D 0 16 3D 7 27 50 41
Octal 355 272 135 0 26 75 7 47 120 101
Binary 11101101 10111010 1011101 0 10110 111101 111 100111 1010000 1000001

Color Harmonies of #EDBA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBA5D

Black with #EDBA5D

Text Example


Text Example

White with #EDBA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBA5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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