Html Css Color HEX #EDB854 Ronchi

📋 copy color: '#EDB854'

red 237 ◦ green 184 ◦ blue 84

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

Shades of Ronchi #EDB854

Tints of Ronchi #EDB854

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.44%

 BLUE value IS 84 (33.2% from 255) = 16.63%

R = 46.93%
G = 36.44%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EDB854 (or 0xEDB854) is known color: Ronchi. HEX triplet: ED, B8 and 54. RGB value is (237,184,84). Sum of RGB (Red+Green+Blue) = 237+184+84=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 184 (72.27% from 255 or 36.44% from 505); Blue value is 84 (33.20% from 255 or 16.63% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB854 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB854 is #1247AB. Grayscale: #BCBCBC. Windows color (decimal): -1197996 or 5552365. OLE color: 5552365.

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

Color convert

RGB 237 184 84 -
CMYK 0 0.22 0.65 0.07
HSL 39.22º 0.81% 0.63% -
HSV(B) 39.22º 0.65% 0.93% -
XYZ 53.67 52.93 15.77 -
YUV 188.45 69.06 162.63 -
System Red Green Blue C M Y K H S L
Decimal 237 184 84 0 0.22 0.65 0.07 39.22 0.81 0.63
Hex ED B8 54 0 16 41 7 27 51 3F
Octal 355 270 124 0 26 101 7 47 121 77
Binary 11101101 10111000 1010100 0 10110 1000001 111 100111 1010001 111111

Color Harmonies of #EDB854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB854

Black with #EDB854

Text Example


Text Example

White with #EDB854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB854; }

 p { color: rgb(237,184,84); }

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

background-color css

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

 a { background-color: rgb(237,184,84); }

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

border-color css

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

 span { border-color: rgb(237,184,84); }

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