Html Css Color HEX #EDB85D Ronchi

📋 copy color: '#EDB85D'

red 237 ◦ green 184 ◦ blue 93

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

Shades of Ronchi #EDB85D

Tints of Ronchi #EDB85D

RGB

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

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

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

R = 46.11%
G = 35.8%
B = 18.09%

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

#EDB85D (or 0xEDB85D) is known color: Ronchi. HEX triplet: ED, B8 and 5D. RGB value is (237,184,93). Sum of RGB (Red+Green+Blue) = 237+184+93=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 184 (72.27% from 255 or 35.80% from 514); Blue value is 93 (36.72% from 255 or 18.09% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB85D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB85D is #1247A2. Grayscale: #BDBDBD. Windows color (decimal): -1197987 or 6142189. OLE color: 6142189.

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

Color convert

RGB 237 184 93 -
CMYK 0 0.22 0.61 0.07
HSL 37.92º 0.8% 0.65% -
HSV(B) 37.92º 0.61% 0.93% -
XYZ 54.04 53.08 17.75 -
YUV 189.47 73.56 161.9 -
System Red Green Blue C M Y K H S L
Decimal 237 184 93 0 0.22 0.61 0.07 37.92 0.8 0.65
Hex ED B8 5D 0 16 3D 7 26 50 41
Octal 355 270 135 0 26 75 7 46 120 101
Binary 11101101 10111000 1011101 0 10110 111101 111 100110 1010000 1000001

Color Harmonies of #EDB85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB85D

Black with #EDB85D

Text Example


Text Example

White with #EDB85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB85D; }

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

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

background-color css

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

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

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

border-color css

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

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

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