Html Css Color HEX #EDB85B Ronchi

📋 copy color: '#EDB85B'

red 237 ◦ green 184 ◦ blue 91

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

Shades of Ronchi #EDB85B

Tints of Ronchi #EDB85B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.77%

R = 46.29%
G = 35.94%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EDB85B (or 0xEDB85B) is known color: Ronchi. HEX triplet: ED, B8 and 5B. RGB value is (237,184,91). Sum of RGB (Red+Green+Blue) = 237+184+91=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 184 (72.27% from 255 or 35.94% from 512); Blue value is 91 (35.94% from 255 or 17.77% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB85B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB85B is #1247A4. Grayscale: #BDBDBD. Windows color (decimal): -1197989 or 6011117. OLE color: 6011117.

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

Color convert

RGB 237 184 91 -
CMYK 0 0.22 0.62 0.07
HSL 38.22º 0.8% 0.64% -
HSV(B) 38.22º 0.62% 0.93% -
XYZ 53.95 53.04 17.29 -
YUV 189.25 72.56 162.06 -
System Red Green Blue C M Y K H S L
Decimal 237 184 91 0 0.22 0.62 0.07 38.22 0.8 0.64
Hex ED B8 5B 0 16 3E 7 26 50 40
Octal 355 270 133 0 26 76 7 46 120 100
Binary 11101101 10111000 1011011 0 10110 111110 111 100110 1010000 1000000

Color Harmonies of #EDB85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB85B

Black with #EDB85B

Text Example


Text Example

White with #EDB85B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB85B; }

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

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

background-color css

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

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

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

border-color css

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

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

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