Html Css Color HEX #EDB649 Ronchi

📋 copy color: '#EDB649'

red 237 ◦ green 182 ◦ blue 73

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

Shades of Ronchi #EDB649

Tints of Ronchi #EDB649

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.99%

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

R = 48.17%
G = 36.99%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EDB649 (or 0xEDB649) is known color: Ronchi. HEX triplet: ED, B6 and 49. RGB value is (237,182,73). Sum of RGB (Red+Green+Blue) = 237+182+73=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 182 (71.48% from 255 or 36.99% from 492); Blue value is 73 (28.91% from 255 or 14.84% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB649 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDB649 is #1249B6. Grayscale: #BABABA. Windows color (decimal): -1198519 or 4830957. OLE color: 4830957.

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

Color convert

RGB 237 182 73 -
CMYK 0 0.23 0.69 0.07
HSL 39.88º 0.82% 0.61% -
HSV(B) 39.88º 0.69% 0.93% -
XYZ 52.86 51.94 13.54 -
YUV 186.02 64.22 164.36 -
System Red Green Blue C M Y K H S L
Decimal 237 182 73 0 0.23 0.69 0.07 39.88 0.82 0.61
Hex ED B6 49 0 17 45 7 28 52 3D
Octal 355 266 111 0 27 105 7 50 122 75
Binary 11101101 10110110 1001001 0 10111 1000101 111 101000 1010010 111101

Color Harmonies of #EDB649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB649

Black with #EDB649

Text Example


Text Example

White with #EDB649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB649; }

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

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

background-color css

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

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

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

border-color css

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

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

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