Html Css Color HEX #EDB552 Ronchi

📋 copy color: '#EDB552'

red 237 ◦ green 181 ◦ blue 82

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

Shades of Ronchi #EDB552

Tints of Ronchi #EDB552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 16.4%

R = 47.4%
G = 36.2%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EDB552 (or 0xEDB552) is known color: Ronchi. HEX triplet: ED, B5 and 52. RGB value is (237,181,82). Sum of RGB (Red+Green+Blue) = 237+181+82=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 181 (71.09% from 255 or 36.2% from 500); Blue value is 82 (32.42% from 255 or 16.4% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB552 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB552 is #124AAD. Grayscale: #BABABA. Windows color (decimal): -1198766 or 5420525. OLE color: 5420525.

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

Color convert

RGB 237 181 82 -
CMYK 0 0.24 0.65 0.07
HSL 38.32º 0.81% 0.63% -
HSV(B) 38.32º 0.65% 0.93% -
XYZ 52.97 51.66 15.16 -
YUV 186.46 69.05 164.05 -
System Red Green Blue C M Y K H S L
Decimal 237 181 82 0 0.24 0.65 0.07 38.32 0.81 0.63
Hex ED B5 52 0 18 41 7 26 51 3F
Octal 355 265 122 0 30 101 7 46 121 77
Binary 11101101 10110101 1010010 0 11000 1000001 111 100110 1010001 111111

Color Harmonies of #EDB552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB552

Black with #EDB552

Text Example


Text Example

White with #EDB552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB552; }

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

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

background-color css

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

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

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

border-color css

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

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

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