Html Css Color HEX #EDB947 Ronchi

📋 copy color: '#EDB947'

red 237 ◦ green 185 ◦ blue 71

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

Shades of Ronchi #EDB947

Tints of Ronchi #EDB947

RGB

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

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

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

R = 48.07%
G = 37.53%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EDB947 (or 0xEDB947) is known color: Ronchi. HEX triplet: ED, B9 and 47. RGB value is (237,185,71). Sum of RGB (Red+Green+Blue) = 237+185+71=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 185 (72.66% from 255 or 37.53% from 493); Blue value is 71 (28.12% from 255 or 14.40% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB947 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB947 is #1246B8. Grayscale: #BCBCBC. Windows color (decimal): -1197753 or 4700653. OLE color: 4700653.

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

Color convert

RGB 237 185 71 -
CMYK 0 0.22 0.70 0.07
HSL 41.2º 0.82% 0.6% -
HSV(B) 41.2º 0.7% 0.93% -
XYZ 53.41 53.16 13.41 -
YUV 187.55 62.23 163.27 -
System Red Green Blue C M Y K H S L
Decimal 237 185 71 0 0.22 0.70 0.07 41.2 0.82 0.6
Hex ED B9 47 0 16 46 7 29 52 3C
Octal 355 271 107 0 26 106 7 51 122 74
Binary 11101101 10111001 1000111 0 10110 1000110 111 101001 1010010 111100

Color Harmonies of #EDB947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB947

Black with #EDB947

Text Example


Text Example

White with #EDB947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB947; }

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

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

background-color css

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

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

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

border-color css

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

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

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