Html Css Color HEX #EDBA5C Ronchi

📋 copy color: '#EDBA5C'

red 237 ◦ green 186 ◦ blue 92

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

Shades of Ronchi #EDBA5C

Tints of Ronchi #EDBA5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 17.86%

R = 46.02%
G = 36.12%
B = 17.86%

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

#EDBA5C (or 0xEDBA5C) is known color: Ronchi. HEX triplet: ED, BA and 5C. RGB value is (237,186,92). Sum of RGB (Red+Green+Blue) = 237+186+92=515 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.02% from 515); Green value is 186 (73.05% from 255 or 36.12% from 515); Blue value is 92 (36.33% from 255 or 17.86% from 515); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBA5C is #1245A3. Grayscale: #BEBEBE. Windows color (decimal): -1197476 or 6077165. OLE color: 6077165.

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

Color convert

RGB 237 186 92 -
CMYK 0 0.22 0.61 0.07
HSL 38.9º 0.8% 0.65% -
HSV(B) 38.9º 0.61% 0.93% -
XYZ 54.42 53.9 17.66 -
YUV 190.53 72.4 161.14 -
System Red Green Blue C M Y K H S L
Decimal 237 186 92 0 0.22 0.61 0.07 38.9 0.8 0.65
Hex ED BA 5C 0 16 3D 7 27 50 41
Octal 355 272 134 0 26 75 7 47 120 101
Binary 11101101 10111010 1011100 0 10110 111101 111 100111 1010000 1000001

Color Harmonies of #EDBA5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBA5C

Black with #EDBA5C

Text Example


Text Example

White with #EDBA5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBA5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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