Html Css Color HEX #EDBC5B Ronchi

📋 copy color: '#EDBC5B'

red 237 ◦ green 188 ◦ blue 91

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

Shades of Ronchi #EDBC5B

Tints of Ronchi #EDBC5B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.43%

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

R = 45.93%
G = 36.43%
B = 17.64%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#EDBC5B (or 0xEDBC5B) is known color: Ronchi. HEX triplet: ED, BC and 5B. RGB value is (237,188,91). Sum of RGB (Red+Green+Blue) = 237+188+91=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 91 (35.94% from 255 or 17.64% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBC5B is #1243A4. Grayscale: #C0C0C0. Windows color (decimal): -1196965 or 6012141. OLE color: 6012141.

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

Color convert

RGB 237 188 91 -
CMYK 0 0.21 0.62 0.07
HSL 39.86º 0.8% 0.64% -
HSV(B) 39.86º 0.62% 0.93% -
XYZ 54.8 54.73 17.57 -
YUV 191.59 71.23 160.39 -
System Red Green Blue C M Y K H S L
Decimal 237 188 91 0 0.21 0.62 0.07 39.86 0.8 0.64
Hex ED BC 5B 0 15 3E 7 28 50 40
Octal 355 274 133 0 25 76 7 50 120 100
Binary 11101101 10111100 1011011 0 10101 111110 111 101000 1010000 1000000

Color Harmonies of #EDBC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDBC5B

Black with #EDBC5B

Text Example


Text Example

White with #EDBC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDBC5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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