Html Css Color HEX #EDB949 Ronchi

📋 copy color: '#EDB949'

red 237 ◦ green 185 ◦ blue 73

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

Shades of Ronchi #EDB949

Tints of Ronchi #EDB949

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 14.75%

R = 47.88%
G = 37.37%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EDB949 (or 0xEDB949) is known color: Ronchi. HEX triplet: ED, B9 and 49. RGB value is (237,185,73). Sum of RGB (Red+Green+Blue) = 237+185+73=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 185 (72.66% from 255 or 37.37% from 495); Blue value is 73 (28.91% from 255 or 14.75% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB949 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB949 is #1246B6. Grayscale: #BCBCBC. Windows color (decimal): -1197751 or 4831725. OLE color: 4831725.

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

Color convert

RGB 237 185 73 -
CMYK 0 0.22 0.69 0.07
HSL 40.98º 0.82% 0.61% -
HSV(B) 40.98º 0.69% 0.93% -
XYZ 53.48 53.18 13.75 -
YUV 187.78 63.23 163.11 -
System Red Green Blue C M Y K H S L
Decimal 237 185 73 0 0.22 0.69 0.07 40.98 0.82 0.61
Hex ED B9 49 0 16 45 7 29 52 3D
Octal 355 271 111 0 26 105 7 51 122 75
Binary 11101101 10111001 1001001 0 10110 1000101 111 101001 1010010 111101

Color Harmonies of #EDB949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB949

Black with #EDB949

Text Example


Text Example

White with #EDB949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB949; }

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

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

background-color css

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

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

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

border-color css

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

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

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