Html Css Color HEX #EDB951 Ronchi

📋 copy color: '#EDB951'

red 237 ◦ green 185 ◦ blue 81

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

Shades of Ronchi #EDB951

Tints of Ronchi #EDB951

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.78%

 BLUE value IS 81 (32.03% from 255) = 16.1%

R = 47.12%
G = 36.78%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EDB951 (or 0xEDB951) is known color: Ronchi. HEX triplet: ED, B9 and 51. RGB value is (237,185,81). Sum of RGB (Red+Green+Blue) = 237+185+81=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 185 (72.66% from 255 or 36.78% from 503); Blue value is 81 (32.03% from 255 or 16.10% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB951 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB951 is #1246AE. Grayscale: #BDBDBD. Windows color (decimal): -1197743 or 5356013. OLE color: 5356013.

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

Color convert

RGB 237 185 81 -
CMYK 0 0.22 0.66 0.07
HSL 40º 0.81% 0.62% -
HSV(B) 40º 0.66% 0.93% -
XYZ 53.76 53.3 15.24 -
YUV 188.69 67.23 162.46 -
System Red Green Blue C M Y K H S L
Decimal 237 185 81 0 0.22 0.66 0.07 40 0.81 0.62
Hex ED B9 51 0 16 42 7 28 51 3E
Octal 355 271 121 0 26 102 7 50 121 76
Binary 11101101 10111001 1010001 0 10110 1000010 111 101000 1010001 111110

Color Harmonies of #EDB951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB951

Black with #EDB951

Text Example


Text Example

White with #EDB951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB951; }

 p { color: rgb(237,185,81); }

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

background-color css

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

 a { background-color: rgb(237,185,81); }

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

border-color css

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

 span { border-color: rgb(237,185,81); }

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