Html Css Color HEX #EDB551 Ronchi

📋 copy color: '#EDB551'

red 237 ◦ green 181 ◦ blue 81

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

Shades of Ronchi #EDB551

Tints of Ronchi #EDB551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 16.23%

R = 47.49%
G = 36.27%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EDB551 (or 0xEDB551) is known color: Ronchi. HEX triplet: ED, B5 and 51. RGB value is (237,181,81). Sum of RGB (Red+Green+Blue) = 237+181+81=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 181 (71.09% from 255 or 36.27% from 499); Blue value is 81 (32.03% from 255 or 16.23% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB551 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB551 is #124AAE. Grayscale: #BABABA. Windows color (decimal): -1198767 or 5354989. OLE color: 5354989.

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

Color convert

RGB 237 181 81 -
CMYK 0 0.24 0.66 0.07
HSL 38.46º 0.81% 0.62% -
HSV(B) 38.46º 0.66% 0.93% -
XYZ 52.93 51.65 14.96 -
YUV 186.34 68.55 164.13 -
System Red Green Blue C M Y K H S L
Decimal 237 181 81 0 0.24 0.66 0.07 38.46 0.81 0.62
Hex ED B5 51 0 18 42 7 26 51 3E
Octal 355 265 121 0 30 102 7 46 121 76
Binary 11101101 10110101 1010001 0 11000 1000010 111 100110 1010001 111110

Color Harmonies of #EDB551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB551

Black with #EDB551

Text Example


Text Example

White with #EDB551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB551; }

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

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

background-color css

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

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

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

border-color css

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

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

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