Html Css Color HEX #EDB858 Ronchi

📋 copy color: '#EDB858'

red 237 ◦ green 184 ◦ blue 88

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

Shades of Ronchi #EDB858

Tints of Ronchi #EDB858

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.15%

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

R = 46.56%
G = 36.15%
B = 17.29%

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

#EDB858 (or 0xEDB858) is known color: Ronchi. HEX triplet: ED, B8 and 58. RGB value is (237,184,88). Sum of RGB (Red+Green+Blue) = 237+184+88=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 184 (72.27% from 255 or 36.15% from 509); Blue value is 88 (34.77% from 255 or 17.29% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB858 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB858 is #1247A7. Grayscale: #BDBDBD. Windows color (decimal): -1197992 or 5814509. OLE color: 5814509.

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

Color convert

RGB 237 184 88 -
CMYK 0 0.22 0.63 0.07
HSL 38.66º 0.81% 0.64% -
HSV(B) 38.66º 0.63% 0.93% -
XYZ 53.83 52.99 16.62 -
YUV 188.9 71.06 162.31 -
System Red Green Blue C M Y K H S L
Decimal 237 184 88 0 0.22 0.63 0.07 38.66 0.81 0.64
Hex ED B8 58 0 16 3F 7 27 51 40
Octal 355 270 130 0 26 77 7 47 121 100
Binary 11101101 10111000 1011000 0 10110 111111 111 100111 1010001 1000000

Color Harmonies of #EDB858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB858

Black with #EDB858

Text Example


Text Example

White with #EDB858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB858; }

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

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

background-color css

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

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

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

border-color css

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

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

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