Html Css Color HEX #EDB95B Ronchi

📋 copy color: '#EDB95B'

red 237 ◦ green 185 ◦ blue 91

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

Shades of Ronchi #EDB95B

Tints of Ronchi #EDB95B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 17.74%

R = 46.2%
G = 36.06%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EDB95B (or 0xEDB95B) is known color: Ronchi. HEX triplet: ED, B9 and 5B. RGB value is (237,185,91). Sum of RGB (Red+Green+Blue) = 237+185+91=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 185 (72.66% from 255 or 36.06% from 513); Blue value is 91 (35.94% from 255 or 17.74% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB95B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB95B is #1246A4. Grayscale: #BEBEBE. Windows color (decimal): -1197733 or 6011373. OLE color: 6011373.

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

Color convert

RGB 237 185 91 -
CMYK 0 0.22 0.62 0.07
HSL 38.63º 0.8% 0.64% -
HSV(B) 38.63º 0.62% 0.93% -
XYZ 54.16 53.46 17.36 -
YUV 189.83 72.23 161.64 -
System Red Green Blue C M Y K H S L
Decimal 237 185 91 0 0.22 0.62 0.07 38.63 0.8 0.64
Hex ED B9 5B 0 16 3E 7 27 50 40
Octal 355 271 133 0 26 76 7 47 120 100
Binary 11101101 10111001 1011011 0 10110 111110 111 100111 1010000 1000000

Color Harmonies of #EDB95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB95B

Black with #EDB95B

Text Example


Text Example

White with #EDB95B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB95B; }

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

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

background-color css

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

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

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

border-color css

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

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

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