Html Css Color HEX #EDB958 Ronchi

📋 copy color: '#EDB958'

red 237 ◦ green 185 ◦ blue 88

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

Shades of Ronchi #EDB958

Tints of Ronchi #EDB958

RGB

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

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

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

R = 46.47%
G = 36.27%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.63

 K value IS 0.07

RGB Variations

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

Color information

#EDB958 (or 0xEDB958) is known color: Ronchi. HEX triplet: ED, B9 and 58. RGB value is (237,185,88). Sum of RGB (Red+Green+Blue) = 237+185+88=510 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.47% from 510); Green value is 185 (72.66% from 255 or 36.27% from 510); Blue value is 88 (34.77% from 255 or 17.25% from 510); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB958 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB958 is #1246A7. Grayscale: #BDBDBD. Windows color (decimal): -1197736 or 5814765. OLE color: 5814765.

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

Color convert

RGB 237 185 88 -
CMYK 0 0.22 0.63 0.07
HSL 39.06º 0.81% 0.64% -
HSV(B) 39.06º 0.63% 0.93% -
XYZ 54.04 53.41 16.69 -
YUV 189.49 70.73 161.89 -
System Red Green Blue C M Y K H S L
Decimal 237 185 88 0 0.22 0.63 0.07 39.06 0.81 0.64
Hex ED B9 58 0 16 3F 7 27 51 40
Octal 355 271 130 0 26 77 7 47 121 100
Binary 11101101 10111001 1011000 0 10110 111111 111 100111 1010001 1000000

Color Harmonies of #EDB958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB958

Black with #EDB958

Text Example


Text Example

White with #EDB958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB958; }

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

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

background-color css

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

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

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

border-color css

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

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

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