Html Css Color HEX #EDBA57 Ronchi

📋 copy color: '#EDBA57'

red 237 ◦ green 186 ◦ blue 87

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

Shades of Ronchi #EDBA57

Tints of Ronchi #EDBA57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 17.06%

R = 46.47%
G = 36.47%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EDBA57 (or 0xEDBA57) is known color: Ronchi. HEX triplet: ED, BA and 57. RGB value is (237,186,87). Sum of RGB (Red+Green+Blue) = 237+186+87=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 87 (34.38% from 255 or 17.06% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA57 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBA57 is #1245A8. Grayscale: #BEBEBE. Windows color (decimal): -1197481 or 5749485. OLE color: 5749485.

HSL color Cylindrical-coordinate representation of color #EDBA57: hue angle of 39.6º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EDBA57 is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 186 87 -
CMYK 0 0.22 0.63 0.07
HSL 39.6º 0.81% 0.64% -
HSV(B) 39.6º 0.63% 0.93% -
XYZ 54.2 53.81 16.55 -
YUV 189.96 69.9 161.55 -
System Red Green Blue C M Y K H S L
Decimal 237 186 87 0 0.22 0.63 0.07 39.6 0.81 0.64
Hex ED BA 57 0 16 3F 7 28 51 40
Octal 355 272 127 0 26 77 7 50 121 100
Binary 11101101 10111010 1010111 0 10110 111111 111 101000 1010001 1000000

Color Harmonies of #EDBA57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBA57

Black with #EDBA57

Text Example


Text Example

White with #EDBA57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBA57; }

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

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

background-color css

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

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

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

border-color css

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

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

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