#EFBC59

Color #EFBC59 Ronchi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ronchi #EFBC59

Tints of Ronchi #EFBC59

Color information

#EFBC59 (or 0xEFBC59) is unknown color: approx Ronchi. HEX triplet: EF, BC and 59. RGB value is (239,188,89). Sum of RGB (Red+Green+Blue) = 239+188+89=516 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.32% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 89 (35.16% from 255 or 17.25% from 516); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBC59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFBC59 is #1043A6. Grayscale: #C0C0C0. Windows color (decimal): -1065895 or 5881071. OLE color: 5881071.

HSL color Cylindrical-coordinate representation of color #EFBC59: hue angle of 39.6º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EFBC59 is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.06.

Color convert

RGB23918889-
CMYK00.210.630.06
HSL39.6º82.42%64.31%-
HSV(B)39.6º62.76%93.73%-
XYZ55.3855.0417.16-
YUV191.9669.9161.55-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.32%
GREEN value IS 188 (73.83% from 255) = 36.43%
BLUE value IS 89 (35.16% from 255) = 17.25%
R=46.32%
G=36.43%
B=17.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.63
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391888900.210.630.0639.682.4264.31
HexEFBC590153F6285240
Octal35727413102577650122100
Binary1110111110111100101100101010111111111010100010100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBC59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBC59; }

 p { color: rgb(239,188,89); }

 H1.HeaderClassName
 {
   color: #EFBC59;
 }
 .AnyTagClassName
 {
   color: #EFBC59;
 }
</style>
background-color css

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

 a { background-color: rgb(239,188,89); }

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

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

 span { border-color: rgb(239,188,89); }

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