Html Css Color HEX #EDB547 Ronchi

📋 copy color: '#EDB547'

red 237 ◦ green 181 ◦ blue 71

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

Shades of Ronchi #EDB547

Tints of Ronchi #EDB547

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.01%

 BLUE value IS 71 (28.13% from 255) = 14.52%

R = 48.47%
G = 37.01%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EDB547 (or 0xEDB547) is known color: Ronchi. HEX triplet: ED, B5 and 47. RGB value is (237,181,71). Sum of RGB (Red+Green+Blue) = 237+181+71=489 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.47% from 489); Green value is 181 (71.09% from 255 or 37.01% from 489); Blue value is 71 (28.12% from 255 or 14.52% from 489); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB547 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB547 is #124AB8. Grayscale: #B9B9B9. Windows color (decimal): -1198777 or 4699629. OLE color: 4699629.

HSL color Cylindrical-coordinate representation of color #EDB547: hue angle of 39.76º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EDB547 is Cyan = 0, Magento = 0.24, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 181 71 -
CMYK 0 0.24 0.70 0.07
HSL 39.76º 0.82% 0.6% -
HSV(B) 39.76º 0.7% 0.93% -
XYZ 52.59 51.51 13.13 -
YUV 185.2 63.55 164.94 -
System Red Green Blue C M Y K H S L
Decimal 237 181 71 0 0.24 0.70 0.07 39.76 0.82 0.6
Hex ED B5 47 0 18 46 7 28 52 3C
Octal 355 265 107 0 30 106 7 50 122 74
Binary 11101101 10110101 1000111 0 11000 1000110 111 101000 1010010 111100

Color Harmonies of #EDB547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB547

Black with #EDB547

Text Example


Text Example

White with #EDB547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB547; }

 p { color: rgb(237,181,71); }

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

background-color css

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

 a { background-color: rgb(237,181,71); }

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

border-color css

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

 span { border-color: rgb(237,181,71); }

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