Html Css Color HEX #EDB758 Ronchi

📋 copy color: '#EDB758'

red 237 ◦ green 183 ◦ blue 88

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

Shades of Ronchi #EDB758

Tints of Ronchi #EDB758

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.02%

 BLUE value IS 88 (34.77% from 255) = 17.32%

R = 46.65%
G = 36.02%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EDB758 (or 0xEDB758) is known color: Ronchi. HEX triplet: ED, B7 and 58. RGB value is (237,183,88). Sum of RGB (Red+Green+Blue) = 237+183+88=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 183 (71.88% from 255 or 36.02% from 508); Blue value is 88 (34.77% from 255 or 17.32% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB758 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB758 is #1248A7. Grayscale: #BCBCBC. Windows color (decimal): -1198248 or 5814253. OLE color: 5814253.

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

Color convert

RGB 237 183 88 -
CMYK 0 0.23 0.63 0.07
HSL 38.26º 0.81% 0.64% -
HSV(B) 38.26º 0.63% 0.93% -
XYZ 53.62 52.58 16.55 -
YUV 188.32 71.39 162.72 -
System Red Green Blue C M Y K H S L
Decimal 237 183 88 0 0.23 0.63 0.07 38.26 0.81 0.64
Hex ED B7 58 0 17 3F 7 26 51 40
Octal 355 267 130 0 27 77 7 46 121 100
Binary 11101101 10110111 1011000 0 10111 111111 111 100110 1010001 1000000

Color Harmonies of #EDB758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB758

Black with #EDB758

Text Example


Text Example

White with #EDB758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB758; }

 p { color: rgb(237,183,88); }

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

background-color css

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

 a { background-color: rgb(237,183,88); }

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

border-color css

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

 span { border-color: rgb(237,183,88); }

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